1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 09:53:50 +00:00

uncomment updateActor call in buildPlayer for magicka recalc

This commit is contained in:
artemutin@yandex.ru 2015-10-05 23:07:13 +10:00
parent 6ef2319eb8
commit ec4fff588d

View file

@ -295,7 +295,7 @@ namespace MWMechanics
creatureStats.getSpells().add(*it); creatureStats.getSpells().add(*it);
// forced update and current value adjustments // forced update and current value adjustments
//mActors.updateActor (ptr, 0); mActors.updateActor (ptr, 0);
for (int i=0; i<3; ++i) for (int i=0; i<3; ++i)
{ {