can't use Con_Printf at this stage

This commit is contained in:
Bill Currie 2000-02-20 06:18:33 +00:00
parent 592b054f82
commit 78a1e3e6bc

View file

@ -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);