1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 07:45:36 +00:00

Add missing spells update

This commit is contained in:
scrawl 2014-01-02 20:02:28 +01:00
parent 29acc3f722
commit 94d2ec8e4e

View file

@ -172,6 +172,7 @@ namespace MWMechanics
void ActiveSpells::purgeAll()
{
mSpells.clear();
mSpellsChanged = true;
}
void ActiveSpells::purgeEffect(short effectId)
@ -187,6 +188,6 @@ namespace MWMechanics
effectIt++;
}
}
mSpellsChanged = true;
}
}