From ca483b3681aeba5aa1a7dba20726c3bd6e5ebd3d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 27 Jul 2009 20:33:12 -0600 Subject: Fix compile warnings from last commit --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') 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); -- cgit v1.2.3-60-g2f50