forked from mirror/openmw-tes3mp
Bugfix: was not resetting mStuckCount.
This commit is contained in:
parent
46a654286b
commit
fae93e3d82
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ namespace MWMechanics
|
|||
moveNow = false;
|
||||
walking = false;
|
||||
chooseAction = true;
|
||||
mStuckCount = 0;
|
||||
}
|
||||
//#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue