]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Show stomach load when g_healthsize is off, because that looks less ugly and more...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 8 Mar 2012 16:42:05 +0000 (18:42 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 8 Mar 2012 16:42:05 +0000 (18:42 +0200)
data/qcsrc/client/hud.qc
docs/TODO.txt

index 646eb7e17d050bf28219e995f1d579d7d84dd762..0852aa6fbad3ae119369ad706ea1c507757bf67a 100644 (file)
@@ -3211,7 +3211,7 @@ void Sbar_Draw (void)
                                status_pos = bottomleft - '-43 168 0';\r
                                status_size = 16;\r
                        }\r
                                status_pos = bottomleft - '-43 168 0';\r
                                status_size = 16;\r
                        }\r
-                       else if(g_healthsize_center >= 0) // no point in showing it otherwise\r
+                       else\r
                        {\r
                                status_text = strcat(status_color, ftos(stomach_maxload));\r
                                status_pos = bottomleft - '-43 170 0';\r
                        {\r
                                status_text = strcat(status_color, ftos(stomach_maxload));\r
                                status_pos = bottomleft - '-43 170 0';\r
index 9e0c020c2112c5353ed3271ed968e930477de33f..cb588200dcbc7438c7d76030115b239cec1229de 100644 (file)
 \r
 - 0.7 | 0.8: The stomach gurgle sound duration does not match the pitch properly\r
 \r
 \r
 - 0.7 | 0.8: The stomach gurgle sound duration does not match the pitch properly\r
 \r
-- 0.7: Some maps use cdtrack while others use track names. Fix this.\r
-\r
-- 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