From d31d5f72784bf67d5dd337b2c83cdbdb07af97a3 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 19 Jul 2001 15:02:01 +0000 Subject: [PATCH] --- source/enemy/nclam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nclam.cpp b/source/enemy/nclam.cpp index 2fa3f1937..b56b4e784 100644 --- a/source/enemy/nclam.cpp +++ b/source/enemy/nclam.cpp @@ -247,7 +247,7 @@ void CNpcStaticClamEnemy::processClose( int _frames ) { m_controlFunc = NPC_CONTROL_MOVEMENT; m_timerFunc = NPC_TIMER_ATTACK_DONE; - m_timerTimer = getRnd() % ( 3 * GameState::getOneSecondInFrames() ); + m_timerTimer = GameState::getOneSecondInFrames(); m_sensorFunc = NPC_SENSOR_NONE; } }