diff options
author | Lloyd Bryant <lloyd_bryant@netzero.net> | 2008-08-29 21:13:19 +0000 |
---|---|---|
committer | Lloyd Bryant <lloyd_bryant@netzero.net> | 2008-08-29 21:13:19 +0000 |
commit | c43c4cfc69133c1d1da4e89c3879b96d8edfa981 (patch) | |
tree | 3a15cf416c55fb30429ed77ad698fd17027ebd88 /src/resources/monsterinfo.cpp | |
parent | af742ceb85512edd1d6883a5ea4f4188e64725be (diff) | |
download | mana-client-c43c4cfc69133c1d1da4e89c3879b96d8edfa981.tar.gz mana-client-c43c4cfc69133c1d1da4e89c3879b96d8edfa981.tar.bz2 mana-client-c43c4cfc69133c1d1da4e89c3879b96d8edfa981.tar.xz mana-client-c43c4cfc69133c1d1da4e89c3879b96d8edfa981.zip |
Committed complex (multi-sprite) monster patch - from TMW Mantis, by Jaxad0127
Diffstat (limited to 'src/resources/monsterinfo.cpp')
-rw-r--r-- | src/resources/monsterinfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp index 8238dc3e..e492ccd3 100644 --- a/src/resources/monsterinfo.cpp +++ b/src/resources/monsterinfo.cpp @@ -27,8 +27,7 @@ #include "../utils/dtor.h" -MonsterInfo::MonsterInfo(): - mSprite("error.xml") +MonsterInfo::MonsterInfo() { } |