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