From: MirceaKitsune Date: Thu, 8 Mar 2012 16:42:05 +0000 (+0200) Subject: Show stomach load when g_healthsize is off, because that looks less ugly and more... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=736bae706db07fe81028aa92cb594a1ffd5a00b7;p=voretournament%2Fvoretournament.git Show stomach load when g_healthsize is off, because that looks less ugly and more right --- 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