]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Add a percent symbol to the stomach board
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Jul 2011 15:29:21 +0000 (18:29 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Jul 2011 15:29:21 +0000 (18:29 +0300)
data/qcsrc/client/sbar.qc

index d16aab820f8ad1304f606596cfeb2ae7b44d484b..4b646a50108e9a0237c77b8d43e22b9dbe80f33b 100644 (file)
@@ -3033,7 +3033,7 @@ void Sbar_Draw (void)
 \r
                        vector status_pos;\r
                        string status_text;\r
-                       status_text = strcat(ftos(stomach_load), "/", ftos(stomach_maxload));\r
+                       status_text = strcat(ftos(stomach_load), "/", ftos(stomach_maxload), "%");\r
                        status_pos = bottomleft - '-44 168 0';\r
                        status_pos -= '1 0 0' * stringwidth(status_text, FALSE, '16 16 0') * 0.5;\r
                        drawstring(status_pos, status_text, '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);\r