mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 13:40:38 +00:00
Additional fix
This commit is contained in:
parent
12629e1f66
commit
7d9d8680e1
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->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();
|
||||||
|
|
Loading…
Reference in a new issue