]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a case of odd whitespace
authorMario <mario.mario@y7mail.com>
Tue, 22 Nov 2022 03:59:56 +0000 (13:59 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 22 Nov 2022 03:59:56 +0000 (13:59 +1000)
qcsrc/common/minigames/minigame/c4.qc

index 537b5872a27b894fd36fa5c2b5cc0e43558b80ce..5d6ea5376bd15a39fc64465b8435bd03f113548e 100644 (file)
@@ -389,8 +389,7 @@ void c4_hud_status(vector pos, vector mySize)
                int i = 0;
 
                string allspecs = "";
-               ts = minigame_drawstring_wrapped(mySize_x * 1.7, pos, "Spectators: ",
-                                                                                '14 14 0', '0.85 0.47 0.42', panel_fg_alpha, DRAWFLAG_NORMAL, 0);
+               ts = minigame_drawstring_wrapped(mySize_x * 1.7, pos, "Spectators: ", '14 14 0', '0.85 0.47 0.42', panel_fg_alpha, DRAWFLAG_NORMAL, 0);
                pos_y += 14;
                FOREACH_MINIGAME_ENTITY(e)
                {