This commit is contained in:
parent
44106a2446
commit
415351e9f7
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue