This commit is contained in:
Daveo 2001-04-26 21:15:36 +00:00
parent a7ac143cce
commit 420026d239
13 changed files with 58 additions and 82 deletions

View file

@ -122,7 +122,7 @@ void CPlayerModeJellyLauncher::think()
else
{
m_firingState=FIRING_STATE__FIRING;
m_player->setAnimNo(ANIM_SPONGEBOB_FIREND);
m_player->setAnimNo(ANIM_SPONGEBOB_FIREEND);
launchProjectile();
}
break;