From: MirceaKitsune Date: Thu, 15 Mar 2012 15:00:17 +0000 (+0200) Subject: Fix a bug causing the stomach load helper voice to play for your predator X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d2d442965bc9528d6ea8f7f3dd0e7904c3fa9c68;p=voretournament%2Fvoretournament.git Fix a bug causing the stomach load helper voice to play for your predator --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 22a5fbf8..43c2e882 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -307,6 +307,7 @@ void CSQC_UpdateView(float w, float h) helper_health = TRUE; helper_armor = TRUE; helper_ammo = TRUE; + helper_stomachload = TRUE; } else if(helper_pause <= time) { diff --git a/docs/TODO.txt b/docs/TODO.txt index 97da3f44..c81fe6e9 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -150,8 +150,6 @@ - +0.8: Create a recommended bot number for maps in mapinfo -- 0.7 | 0.8 BUG: Don't play stomach load helper sound for your predator's status! - - 0.7 | 0.8: Allow more bots from the menu? - 0.8: Maybe turn the HEAL teammate into a sign, not part of shownames \ No newline at end of file