diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-06 00:04:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-06 00:04:33 +0300 |
commit | 7b155f111daf5d7ae477b16d0f0789b1113bea74 (patch) | |
tree | 2d2711ab1f9daed793171383af1a7e1fa6ff737c /src/being.cpp | |
parent | c3afff20d4989ab2835545715bbe67e5b5d9b353 (diff) | |
download | plus-7b155f111daf5d7ae477b16d0f0789b1113bea74.tar.gz plus-7b155f111daf5d7ae477b16d0f0789b1113bea74.tar.bz2 plus-7b155f111daf5d7ae477b16d0f0789b1113bea74.tar.xz plus-7b155f111daf5d7ae477b16d0f0789b1113bea74.zip |
Fix some issues after auto checking.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index a9aade448..9aee21c4e 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -249,6 +249,8 @@ Being::Being(int id, Type type, Uint16 subtype, Map *map): mMaxHit(0), mCriticalHit(0), mPvpRank(0), + mSpriteRemap(new int[20]), + mSpriteHide(new int[20]), mComment(""), mGotComment(false), mAdvanced(false), @@ -257,8 +259,6 @@ Being::Being(int id, Type type, Uint16 subtype, Map *map): mInactive(false), mNumber(100) { - mSpriteRemap = new int[20]; - mSpriteHide = new int[20]; for (int f = 0; f < 20; f ++) { |