This commit is contained in:
parent
fa7ca199a8
commit
655939881a
7 changed files with 22 additions and 10 deletions
|
@ -388,9 +388,7 @@ void CPlayerModeJellyLauncher::launchProjectile()
|
|||
|
||||
projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) );
|
||||
fireHeading+=512;
|
||||
#ifndef __USER_paul__
|
||||
m_player->useOneJelly();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -405,9 +403,7 @@ void CPlayerModeJellyLauncher::launchProjectile()
|
|||
5*60);
|
||||
|
||||
projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) );
|
||||
#ifndef __USER_paul__
|
||||
m_player->useOneJelly();
|
||||
#endif
|
||||
m_player->useOneJelly();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue