From: havoc Date: Wed, 3 Nov 2004 07:20:55 +0000 (+0000) Subject: centerprint is no longer limited to 40 characters wide, it can now use up to the... X-Git-Tag: xonotic-v0.1.0preview~5400 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=48db4c0868887451f8efcb4effbbdc928975bf9d centerprint is no longer limited to 40 characters wide, it can now use up to the full vid.conwidth git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4730 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_screen.c b/cl_screen.c index f6d2eee2..ab82f4bc 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -109,7 +109,7 @@ void SCR_DrawCenterString (void) do { // scan the width of the line - for (l=0 ; l<40 ; l++) + for (l=0 ; l