Revert 'out of ammo' change committed by accident

I tested disabling it by weapon instead of gametype but went with adding
Derby to ignoring 'out of ammo' so Gauntlet behaves like Q3.

Change made in "Disable permanent 'out of ammo' message in Derby"
commit 4745f36e47.
This commit is contained in:
Zack Middleton 2024-01-17 22:28:23 -06:00
parent b6695dceef
commit 9aad2a0098

View file

@ -36,14 +36,6 @@ void CG_CheckAmmo( void ) {
int previous;
int weapons;
// Q3Rally Code Start
if ( cg.snap->ps.weapon == WP_NONE ||
cg.snap->ps.weapon == WP_GAUNTLET ) {
cg.lowAmmoWarning = 0;
return;
}
// Q3Rally Code END
// see about how many seconds of ammo we have remaining
weapons = cg.snap->ps.stats[ STAT_WEAPONS ];
total = 0;