mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
shrink the hardrule (for want of a better name) by 2 chars so it fits
This commit is contained in:
parent
95e200a9e0
commit
9f6a16af18
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ Host_Init (quakeparms_t *parms)
|
|||
|
||||
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 ();
|
||||
|
||||
CL_UpdateScreen (cl.time);
|
||||
|
|
Loading…
Reference in a new issue