diff --git a/source/player/pmjelly.cpp b/source/player/pmjelly.cpp index 966c0a53c..9ed4cec27 100644 --- a/source/player/pmjelly.cpp +++ b/source/player/pmjelly.cpp @@ -192,7 +192,7 @@ void CPlayerModeJellyLauncher::think() m_firingTime++; } m_player->setAnimNo(ANIM_SPONGEBOB_FIRESTART); - fc=m_player->getAnimFrameCount(); + fc=m_player->getAnimFrameCount()-1; if(m_firingTime>=fc) { frame=fc;