From f5b122a263ce957fb09245fe7742a34110c7e0bb Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 Jun 2001 18:13:29 +0000 Subject: [PATCH] --- source/enemy/ndogfish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/ndogfish.cpp b/source/enemy/ndogfish.cpp index 4c970c9ec..1a555ff86 100644 --- a/source/enemy/ndogfish.cpp +++ b/source/enemy/ndogfish.cpp @@ -259,7 +259,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames ) startPos.vy -= 20; projectile->init( startPos, headingToPlayer );*/ - m_laserTimer = 60 * GameState::getOneSecondInFrames(); + m_laserTimer = GameState::getOneSecondInFrames(); m_effect = (CFXLaser*) CFX::Create( CFX::FX_TYPE_LASER, this );