mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 06:48:40 -04:00
Bugfix: was not resetting mStuckCount.
This commit is contained in:
parent
46a654286b
commit
fae93e3d82
@ -267,6 +267,7 @@ namespace MWMechanics
|
|||||||
moveNow = false;
|
moveNow = false;
|
||||||
walking = false;
|
walking = false;
|
||||||
chooseAction = true;
|
chooseAction = true;
|
||||||
|
mStuckCount = 0;
|
||||||
}
|
}
|
||||||
//#endif
|
//#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user