This commit is contained in:
Paul 2001-06-28 21:21:14 +00:00
parent 9f9638ddb3
commit fabee927ad

View File

@ -192,7 +192,7 @@ void CPlayerModeJellyLauncher::think()
m_firingTime++; m_firingTime++;
} }
m_player->setAnimNo(ANIM_SPONGEBOB_FIRESTART); m_player->setAnimNo(ANIM_SPONGEBOB_FIRESTART);
fc=m_player->getAnimFrameCount(); fc=m_player->getAnimFrameCount()-1;
if(m_firingTime>=fc) if(m_firingTime>=fc)
{ {
frame=fc; frame=fc;