This commit is contained in:
Charles 2001-07-12 18:53:06 +00:00
parent 49d44deb74
commit 08027943d1
7 changed files with 66 additions and 0 deletions

View file

@ -379,6 +379,8 @@ void CPlayerModeJellyLauncher::launchProjectile()
int fireHeading;
CPlayerProjectile *projectile;
CSoundMediator::playSfx(CSoundMediator::SFX_JELLY_LAUNCHER);
playerFacing=m_player->getFacing();
launchPos=getPlayerPos();
launchPos.vx+=playerFacing*jellyLaunchPos.vx;