From 48db4c0868887451f8efcb4effbbdc928975bf9d Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 3 Nov 2004 07:20:55 +0000 Subject: [PATCH] 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 --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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