mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
can't use Con_Printf at this stage
This commit is contained in:
parent
592b054f82
commit
78a1e3e6bc
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ VID_SetPalette(unsigned char *palette)
|
|||
void
|
||||
VID_Shutdown(void)
|
||||
{
|
||||
Con_Printf("VID_Shutdown\n");
|
||||
Sys_Printf("VID_Shutdown\n");
|
||||
if (x_disp) {
|
||||
XAutoRepeatOn(x_disp);
|
||||
XCloseDisplay(x_disp);
|
||||
|
|
Loading…
Reference in a new issue