From 736bae706db07fe81028aa92cb594a1ffd5a00b7 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 8 Mar 2012 18:42:05 +0200 Subject: [PATCH] Show stomach load when g_healthsize is off, because that looks less ugly and more right --- data/qcsrc/client/hud.qc | 2 +- docs/TODO.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/data/qcsrc/client/hud.qc b/data/qcsrc/client/hud.qc index 646eb7e1..0852aa6f 100644 --- a/data/qcsrc/client/hud.qc +++ b/data/qcsrc/client/hud.qc @@ -3211,7 +3211,7 @@ void Sbar_Draw (void) status_pos = bottomleft - '-43 168 0'; status_size = 16; } - else if(g_healthsize_center >= 0) // no point in showing it otherwise + else { status_text = strcat(status_color, ftos(stomach_maxload)); status_pos = bottomleft - '-43 170 0'; diff --git a/docs/TODO.txt b/docs/TODO.txt index 9e0c020c..cb588200 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -136,6 +136,4 @@ - 0.7 | 0.8: The stomach gurgle sound duration does not match the pitch properly -- 0.7: Some maps use cdtrack while others use track names. Fix this. - -- 0.7 BUG: Stomach load won't appear when g_healthsize is off and belly is empty. \ No newline at end of file +- 0.7: Some maps use cdtrack while others use track names. Fix this. \ No newline at end of file -- 2.39.2