forked from teamnwah/openmw-tes3coop
Minor fix for spell icon
This commit is contained in:
parent
3eb1e4e117
commit
e42855d522
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,8 @@ namespace MWMechanics
|
|||
MWWorld::ContainerStoreIterator enchantItem = inv.getSelectedEnchantItem();
|
||||
if (enchantItem != inv.end())
|
||||
winMgr->setSelectedEnchantItem(*enchantItem);
|
||||
else if (winMgr->getSelectedSpell() == "")
|
||||
winMgr->unsetSelectedSpell();
|
||||
}
|
||||
|
||||
if (mUpdatePlayer)
|
||||
|
|
Loading…
Reference in a new issue