print a message when quitting (to help find a misterious silent shutdown)

This commit is contained in:
Bill Currie 2001-12-02 04:14:44 +00:00
parent 27ff29214e
commit b436fb62a2

View file

@ -235,6 +235,7 @@ CL_Quit_f (void)
// M_Menu_Quit_f ();
// return;
// }
Con_Printf ("I hope you wanted to quit\n");
CL_Disconnect ();
Sys_Quit ();
}