diff options
Diffstat (limited to 'src/game/bg_pmove.c')
-rw-r--r-- | src/game/bg_pmove.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 446da8c0..feac25b1 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -2782,6 +2782,10 @@ static void PM_Weapon( void ) { PM_AddEvent( EV_NOAMMO ); pm->ps->weaponTime += 200; + + if( pm->ps->weaponstate == WEAPON_FIRING ) + pm->ps->weaponstate = WEAPON_READY; + return; } |