]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add spacer in between the messages
authorterencehill <piuntn@gmail.com>
Sat, 21 May 2011 17:54:45 +0000 (19:54 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 21 May 2011 17:54:45 +0000 (19:54 +0200)
qcsrc/client/hud.qc

index d05894456ec1bcff591290ad71bc919487ff3122..82be1a54877cb8a7a654b71e869f69b60a67b54a 100644 (file)
@@ -353,6 +353,7 @@ void HUD_DrawCenterPrint (void)
                                        pos_y = pos_y + sz * centerprint_fontsize_y * 0.5;
                        }
                }
+               pos_y += centerprint_fontsize_y * 0.5;
                drawfontscale = '1 1 0';
        }
 }