]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.cpp
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / src / battle / Monster.cpp
index ec179e488d3b5b0e19212204f0fff08a2585d9a1..f0b9f3782f0587c1d289d671b669c73c970427b7 100644 (file)
@@ -16,6 +16,10 @@ Monster::Monster()
 , attackScript(0)
 , defenseScript(0)
 
+, meleeAnimation(0)
+, attackAnimation(0)
+, spellAnimation(0)
+
 , maxHealth(0)
 , health(0)
 , maxMana(0)