X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.cpp;h=f0b9f3782f0587c1d289d671b669c73c970427b7;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=ec179e488d3b5b0e19212204f0fff08a2585d9a1;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/src/battle/Monster.cpp b/src/battle/Monster.cpp index ec179e4..f0b9f37 100644 --- a/src/battle/Monster.cpp +++ b/src/battle/Monster.cpp @@ -16,6 +16,10 @@ Monster::Monster() , attackScript(0) , defenseScript(0) +, meleeAnimation(0) +, attackAnimation(0) +, spellAnimation(0) + , maxHealth(0) , health(0) , maxMana(0)