mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-23 20:32:09 +00:00
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:
parent
b6695dceef
commit
9aad2a0098
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue