]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Add spacer in between the messages
[xonotic/xonotic-data.pk3dir.git] / 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';
        }
 }