shrink the hardrule (for want of a better name) by 2 chars so it fits

This commit is contained in:
Bill Currie 2002-01-20 00:38:02 +00:00
parent 95e200a9e0
commit 9f6a16af18
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ Host_Init (quakeparms_t *parms)
host_initialized = true; host_initialized = true;
Con_Printf ("\x80\x81\x81\x81\x81\x81\x81\x81%s Initialized\x81\x81\x81\x81\x81\x81\x81\x81\x82\n", PROGRAM); Con_Printf ("\x80\x81\x81\x81\x81\x81\x81%s Initialized\x81\x81\x81\x81\x81\x81\x81\x82\n", PROGRAM);
Con_NewMap (); Con_NewMap ();
CL_UpdateScreen (cl.time); CL_UpdateScreen (cl.time);