]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.cpp
added complex attack and spell animations
[l2e.git] / src / battle / Hero.cpp
index 4bcc6d30175b9372170288cf0d3c3e6551d1b2da..ff411137773ee72a21fa20ec54ba5115f3cdd914 100644 (file)
@@ -20,6 +20,9 @@ Hero::Hero()
 , ring(0)
 , jewel(0)
 
+, attackAnimation(0)
+, spellAnimation(0)
+
 , maxHealth(0)
 , health(0)
 , maxMana(0)