mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
print a message when quitting (to help find a misterious silent shutdown)
This commit is contained in:
parent
27ff29214e
commit
b436fb62a2
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ CL_Quit_f (void)
|
||||||
// M_Menu_Quit_f ();
|
// M_Menu_Quit_f ();
|
||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
|
Con_Printf ("I hope you wanted to quit\n");
|
||||||
CL_Disconnect ();
|
CL_Disconnect ();
|
||||||
Sys_Quit ();
|
Sys_Quit ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue