summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index ea587afb..b915e797 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -66,7 +66,6 @@ static const int DEFAULT_HEIGHT = 32;
Being::Being(int id, int job, Map *map):
#ifdef EATHENA_SUPPORT
- mX(0), mY(0),
mWalkTime(0),
#endif
mEmotion(0), mEmotionTime(0),
@@ -100,6 +99,7 @@ Being::Being(int id, int job, Map *map):
mWalkSpeed(150),
#endif
mPx(0), mPy(0),
+ mX(0), mY(0),
mUsedTargetCursor(NULL)
{
setMap(map);