Additional fix

This commit is contained in:
gab 2019-01-03 20:07:03 +01:00 committed by Daniel Gibson
parent 12629e1f66
commit 7d9d8680e1

View file

@ -319,6 +319,8 @@ bool idUserInterfaceLocal::InitFromFile( const char *qpath, bool rebuild, bool c
desktop->backColor = idVec4( 0.0f, 0.0f, 0.0f, 1.0f ); desktop->backColor = idVec4( 0.0f, 0.0f, 0.0f, 1.0f );
desktop->SetupFromState(); desktop->SetupFromState();
common->Warning( "Couldn't load gui: '%s'", qpath ); common->Warning( "Couldn't load gui: '%s'", qpath );
loading = false;
return false;
} }
interactive = desktop->Interactive(); interactive = desktop->Interactive();