engine: get rid of host.crashed field, as it's a complete duplicate of host.status

This commit is contained in:
Alibek Omarov
2025-04-21 16:59:44 +03:00
parent 0e54200f34
commit c564cc96c7
8 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -3677,7 +3677,7 @@ void CL_Shutdown( void )
{
Con_Printf( "%s()\n", __func__ );
if( !host.crashed && cls.initialized )
if( host.status != HOST_CRASHED && cls.initialized )
{
Host_WriteOpenGLConfig ();
Host_WriteVideoConfig ();