diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 8a07330f5..1d1e01c5e 100644 --- a/src/being.h +++ b/src/being.h @@ -1039,8 +1039,8 @@ class Being : public ActorSprite, public ConfigListener unsigned int mMoveTime; unsigned int mAttackTime; unsigned int mTalkTime; - unsigned int mTestTime; unsigned int mOtherTime; + unsigned int mTestTime; bool mErased; bool mEnemy; std::string mIp; |