This commit is contained in:
Charles 2001-06-19 18:13:29 +00:00
parent 46b712d98d
commit f5b122a263

View file

@ -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 );