summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
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 e7b27f43..dd0554cc 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -61,10 +61,10 @@ Being::Being(Uint32 id, Uint16 job, Map *map):
mSex(2),
mSpeechTime(0),
mDamageTime(0),
- mShowSpeech(false), mShowDamage(false)
+ mShowSpeech(false), mShowDamage(false),
+ mSprites(VECTOREND_SPRITE, NULL)
{
setMap(map);
- mSprites.resize(VECTOREND_SPRITE, NULL);
}
Being::~Being()