diff --git a/source/enemy/ndogfish.cpp b/source/enemy/ndogfish.cpp index 460d4e9a4..c8b7ab228 100644 --- a/source/enemy/ndogfish.cpp +++ b/source/enemy/ndogfish.cpp @@ -266,6 +266,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames ) startPos.vy -= 45; projectile->init( startPos, headingToPlayer ); + projectile->setSpeed( 6 ); m_laserTimer = GameState::getOneSecondInFrames() >> 1;