This commit is contained in:
Charles 2001-02-09 19:44:36 +00:00
parent 13d1c9f499
commit f19b381fad
4 changed files with 43 additions and 2 deletions

View file

@ -56,6 +56,7 @@ void CNpc::processCloseFlamingSkullAttack( int _frames )
if ( distXSqr + distYSqr < 100 )
{
m_state = FLAMING_SKULL_ATTACK;
m_heading = m_fireHeading;
m_controlFunc = NPC_CONTROL_MOVEMENT;
m_timerFunc = NPC_TIMER_ATTACK_DONE;