From d2d442965bc9528d6ea8f7f3dd0e7904c3fa9c68 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 15 Mar 2012 17:00:17 +0200 Subject: [PATCH] Fix a bug causing the stomach load helper voice to play for your predator --- data/qcsrc/client/View.qc | 1 + docs/TODO.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2