mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-21 18:30:56 +00:00
Additional fix
This commit is contained in:
parent
b1875ee307
commit
529febbe33
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue