This commit is contained in:
Charles 2001-07-05 14:51:53 +00:00
parent 55551ddcad
commit f86507df92

View file

@ -266,6 +266,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames )
startPos.vy -= 45; startPos.vy -= 45;
projectile->init( startPos, headingToPlayer ); projectile->init( startPos, headingToPlayer );
projectile->setSpeed( 6 );
m_laserTimer = GameState::getOneSecondInFrames() >> 1; m_laserTimer = GameState::getOneSecondInFrames() >> 1;