This commit is contained in:
Paul 2001-08-10 14:16:27 +00:00
parent ee8dabc760
commit 1a994c3750

View file

@ -376,7 +376,7 @@ void CPlayerModeJellyLauncher::launchProjectile()
// Powered up, big shot // Powered up, big shot
int i; int i;
fireHeading=1024+(1024*playerFacing)-512; fireHeading=1024+(1024*playerFacing)-256;
for(i=0;i<3;i++) for(i=0;i<3;i++)
{ {
projectile=CPlayerProjectile::Create(); projectile=CPlayerProjectile::Create();
@ -387,7 +387,7 @@ void CPlayerModeJellyLauncher::launchProjectile()
(2*GameState::getOneSecondInFrames())); (2*GameState::getOneSecondInFrames()));
projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) ); projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) );
fireHeading+=512; fireHeading+=256;
m_player->useOneJelly(); m_player->useOneJelly();
} }
} }