diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_pmove.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 5aeae892..8eeb0f56 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -3025,8 +3025,6 @@ static void PM_Weapon( void ) PM_AddEvent( EV_NOAMMO ); pm->ps->weaponTime += 500; } - else - pm->ps->weaponTime += 50; if( pm->ps->weaponstate == WEAPON_FIRING ) pm->ps->weaponstate = WEAPON_READY; |