]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix a bug causing the stomach load helper voice to play for your predator
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 15:00:17 +0000 (17:00 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 15:00:17 +0000 (17:00 +0200)
data/qcsrc/client/View.qc
docs/TODO.txt

index 22a5fbf8a1b98093898892e8e767806620a309b8..43c2e882b4b83a063930c353231dd2b15a7bf1cb 100644 (file)
@@ -307,6 +307,7 @@ void CSQC_UpdateView(float w, float h)
                        helper_health = TRUE;\r
                        helper_armor = TRUE;\r
                        helper_ammo = TRUE;\r
+                       helper_stomachload = TRUE;\r
                }\r
                else if(helper_pause <= time)\r
                {\r
index 97da3f4404cdf577c76c241c1b55efb9773fa2ad..c81fe6e9c691ab037a2603d70ca4432dd8b5c72a 100644 (file)
 \r
 - +0.8: Create a recommended bot number for maps in mapinfo\r
 \r
-- 0.7 | 0.8 BUG: Don't play stomach load helper sound for your predator's status!\r
-\r
 - 0.7 | 0.8: Allow more bots from the menu?\r
 \r
 - 0.8: Maybe turn the HEAL teammate into a sign, not part of shownames
\ No newline at end of file