Mercurial > mm7
diff Actor.cpp @ 2114:68fbaf45ef66
_42FB5C_check_spell cleaned
author | Ritor1 |
---|---|
date | Mon, 23 Dec 2013 17:30:22 +0600 |
parents | ee2724b9ca05 |
children | e99081a3a66a |
line wrap: on
line diff
--- a/Actor.cpp Mon Dec 23 00:48:53 2013 +0600 +++ b/Actor.cpp Mon Dec 23 17:30:22 2013 +0600 @@ -1669,7 +1669,7 @@ v3->vVelocity.z = 0; v3->vVelocity.y = 0; v3->vVelocity.x = 0; - if ( _42FB5C_check_spell(v16) ) + if ( _42FB5C_check_spell(v3->pMonsterInfo.uSpell1ID) ) { v3->uCurrentActionLength = 64; v3->uCurrentActionTime = 0;