mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 02:45:31 +00:00
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