1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-24 21:41:29 +00:00

Bugfix: was not resetting mStuckCount.

This commit is contained in:
dteviot 2015-07-04 19:00:27 +12:00
parent 46a654286b
commit fae93e3d82

View file

@ -267,6 +267,7 @@ namespace MWMechanics
moveNow = false; moveNow = false;
walking = false; walking = false;
chooseAction = true; chooseAction = true;
mStuckCount = 0;
} }
//#endif //#endif
} }