mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 07: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;
|
||||
|
||||
// for checking if we're stuck (but don't check Z axis)
|
||||
float mPrevX;
|
||||
float mPrevY;
|
||||
|
||||
enum WalkState
|
||||
{
|
||||
State_Norm,
|
||||
|
@ -52,8 +55,6 @@ namespace MWMechanics
|
|||
};
|
||||
WalkState mWalkState;
|
||||
|
||||
float mPrevX;
|
||||
float mPrevY;
|
||||
int mStuckCount;
|
||||
int mEvadeCount;
|
||||
|
||||
|
|
Loading…
Reference in a new issue