From 415351e9f7f88ef6d13a9b532fd3e0940da9ae10 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 6 Aug 2001 12:49:16 +0000 Subject: [PATCH] --- source/player/pmjelly.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/player/pmjelly.cpp b/source/player/pmjelly.cpp index 94365c241..6070330ec 100644 --- a/source/player/pmjelly.cpp +++ b/source/player/pmjelly.cpp @@ -384,7 +384,7 @@ void CPlayerModeJellyLauncher::launchProjectile() fireHeading, CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE, CPlayerProjectile::PLAYER_PROJECTILE_FINITE_LIFE, - 5*60); + (2*GameState::getOneSecondInFrames())); projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) ); fireHeading+=512; @@ -400,7 +400,7 @@ void CPlayerModeJellyLauncher::launchProjectile() fireHeading, CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE, CPlayerProjectile::PLAYER_PROJECTILE_FINITE_LIFE, - 5*60); + (2*GameState::getOneSecondInFrames())); projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) ); m_player->useOneJelly();