summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-10 05:22:25 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-10 05:22:25 +0000
commit5757066312cab082378dbc5d8df97dea3fe40af0 (patch)
tree1f41ef6c5fce15d4ce823efa843ad4f4df3ad338 /src/being.cpp
parent0c86751e2ca0674e1ae6e584b9e017af8d1e48fe (diff)
downloadmana-client-5757066312cab082378dbc5d8df97dea3fe40af0.tar.gz
mana-client-5757066312cab082378dbc5d8df97dea3fe40af0.tar.bz2
mana-client-5757066312cab082378dbc5d8df97dea3fe40af0.tar.xz
mana-client-5757066312cab082378dbc5d8df97dea3fe40af0.zip
Fix initialization order in Being and Map
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
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);