mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 14:41:34 +00:00
Merge remote-tracking branch 'scrawl/fatigue_bug'
This commit is contained in:
commit
a91e3c0b01
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace MWMechanics
|
||||||
// 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<2; ++i)
|
for (int i=0; i<3; ++i)
|
||||||
{
|
{
|
||||||
DynamicStat<float> stat = creatureStats.getDynamic (i);
|
DynamicStat<float> stat = creatureStats.getDynamic (i);
|
||||||
stat.setCurrent (stat.getModified());
|
stat.setCurrent (stat.getModified());
|
||||||
|
|
Loading…
Reference in a new issue