1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 23:39:42 +00:00

Merge remote-tracking branch 'scrawl/fatigue_bug'

This commit is contained in:
Marc Zinnschlag 2013-04-07 19:50:16 +02:00
commit a91e3c0b01

View file

@ -149,7 +149,7 @@ namespace MWMechanics
// forced update and current value adjustments
mActors.updateActor (ptr, 0);
for (int i=0; i<2; ++i)
for (int i=0; i<3; ++i)
{
DynamicStat<float> stat = creatureStats.getDynamic (i);
stat.setCurrent (stat.getModified());