From: terencehill Date: Sat, 21 May 2011 17:54:45 +0000 (+0200) Subject: Add spacer in between the messages X-Git-Tag: xonotic-v0.5.0~230 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a08f4bc36389cde92f0f085649a09d86675c4dec;p=xonotic%2Fxonotic-data.pk3dir.git Add spacer in between the messages --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index d05894456..82be1a548 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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'; } }