mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
prevent an annoying and unecessary warning message on uquake shutdown under
certain conditions
This commit is contained in:
parent
52588a41ba
commit
4771585877
1 changed files with 0 additions and 5 deletions
|
@ -674,11 +674,6 @@ Host_Shutdown( void )
|
|||
}
|
||||
isdown = true;
|
||||
|
||||
#if UQUAKE
|
||||
// keep Con_Printf from trying to update the screen
|
||||
scr_disabled_for_loading = true;
|
||||
#endif
|
||||
|
||||
Host_WriteConfiguration ();
|
||||
|
||||
CDAudio_Shutdown ();
|
||||
|
|
Loading…
Reference in a new issue