This commit is contained in:
Paul 2001-07-27 16:00:58 +00:00
parent fa7ca199a8
commit 655939881a
7 changed files with 22 additions and 10 deletions

View file

@ -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();
}
}