prevent an annoying and unecessary warning message on uquake shutdown under

certain conditions
This commit is contained in:
Dan Olson 2000-04-27 23:09:42 +00:00
parent 52588a41ba
commit 4771585877

View file

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