summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 63b18dee..b8fb4df7 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -66,6 +66,7 @@ extern const int MILLISECONDS_IN_A_TICK;
int Being::mNumberOfHairstyles = 1;
Being::Being(int id, int job, Map *map):
+ mFrame(0),
#ifdef EATHENA_SUPPORT
mWalkTime(0),
#endif