From 7d9d8680e18093df74c1f00881ab9a203184cfca Mon Sep 17 00:00:00 2001 From: gab Date: Thu, 3 Jan 2019 20:07:03 +0100 Subject: [PATCH] Additional fix --- neo/ui/UserInterface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neo/ui/UserInterface.cpp b/neo/ui/UserInterface.cpp index 9e595e36..2937de75 100644 --- a/neo/ui/UserInterface.cpp +++ b/neo/ui/UserInterface.cpp @@ -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->SetupFromState(); common->Warning( "Couldn't load gui: '%s'", qpath ); + loading = false; + return false; } interactive = desktop->Interactive();