mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 10:45:34 +00:00
Bug #900 fix - minor update to comments
This commit is contained in:
parent
d92740efc9
commit
d54ae58ec9
1 changed files with 3 additions and 2 deletions
|
@ -44,6 +44,9 @@ namespace MWMechanics
|
||||||
float mYCell;
|
float mYCell;
|
||||||
|
|
||||||
// for checking if we're stuck (but don't check Z axis)
|
// for checking if we're stuck (but don't check Z axis)
|
||||||
|
float mPrevX;
|
||||||
|
float mPrevY;
|
||||||
|
|
||||||
enum WalkState
|
enum WalkState
|
||||||
{
|
{
|
||||||
State_Norm,
|
State_Norm,
|
||||||
|
@ -52,8 +55,6 @@ namespace MWMechanics
|
||||||
};
|
};
|
||||||
WalkState mWalkState;
|
WalkState mWalkState;
|
||||||
|
|
||||||
float mPrevX;
|
|
||||||
float mPrevY;
|
|
||||||
int mStuckCount;
|
int mStuckCount;
|
||||||
int mEvadeCount;
|
int mEvadeCount;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue