This commit is contained in:
Charles 2001-06-07 18:51:47 +00:00
parent 3ab0046b2c
commit 26c71c0743

View File

@ -236,6 +236,9 @@ void CNpcStaticClamEnemy::processClose( int _frames )
if ( !m_isStunned )
{
m_controlFunc = NPC_CONTROL_MOVEMENT;
m_timerFunc = NPC_TIMER_ATTACK_DONE;
m_timerTimer = getRnd() % ( 3 * GameState::getOneSecondInFrames() );
m_sensorFunc = NPC_SENSOR_NONE;
}
}