Bugfix: was not resetting mStuckCount.

c++11
dteviot 10 years ago
parent 46a654286b
commit fae93e3d82

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

Loading…
Cancel
Save