This commit is contained in:
Paul 2001-05-11 19:49:41 +00:00
parent eb9fbc0473
commit ef5c8d8b28
15 changed files with 152 additions and 54 deletions

View file

@ -195,6 +195,7 @@ int CPlayerModeJellyLauncher::setState(int _state)
switch(_state)
{
case STATE_FALL:
case STATE_JUMPBACK:
// Break out of firing state!
m_firingState=FIRING_STATE__NONE;
break;
@ -254,6 +255,7 @@ int CPlayerModeJellyLauncher::canFireFromThisState()
case STATE_DUCK:
case STATE_SOAKUP:
case STATE_GETUP:
case STATE_JUMPBACK:
break;
}