diff --git a/Quake/gl_screen.c b/Quake/gl_screen.c index d161bc78..b0ea7804 100644 --- a/Quake/gl_screen.c +++ b/Quake/gl_screen.c @@ -153,6 +153,7 @@ void SCR_CenterPrint (const char *str) //update centerprint data // count the number of lines for centering scr_center_lines = 1; + str = scr_centerstring; while (*str) { if (*str == '\n')