This commit is contained in:
parent
9f9638ddb3
commit
fabee927ad
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user