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;
walking = false;
chooseAction = true;
mStuckCount = 0;
}
//#endif
}