diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index 6ae71f85..6e8449a4 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -94,8 +94,8 @@ Being::Being(int id, int job, Map *map): #endif mPx(0), mPy(0), mX(0), mY(0), - mUsedTargetCursor(NULL), - mTakedDamage(0) + mTakedDamage(0), + mUsedTargetCursor(NULL) { setMap(map); |