diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-02 23:13:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-02 23:13:47 +0300 |
commit | 010fe80b3e44cee70422a1f19367f7630fd8a7ab (patch) | |
tree | 20ce8607e8ce929a2491b928011d1989a760fd8a /src/being.cpp | |
parent | 217859342d7ffdab90ca0f409bffb7e2511a2173 (diff) | |
download | plus-010fe80b3e44cee70422a1f19367f7630fd8a7ab.tar.gz plus-010fe80b3e44cee70422a1f19367f7630fd8a7ab.tar.bz2 plus-010fe80b3e44cee70422a1f19367f7630fd8a7ab.tar.xz plus-010fe80b3e44cee70422a1f19367f7630fd8a7ab.zip |
Fix reading attack delay.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index eae4ebd66..2ea399aae 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -206,6 +206,7 @@ Being::Being(int id, Type type, Uint16 subtype, Map *map): mErased(false), mEnemy(false), mIp(""), + mAttackDelay(0), mPvpRank(0) { mSpriteRemap = new int[20]; |