mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: detailed message if menu failed to load
This commit is contained in:
@@ -18,6 +18,7 @@ GNU General Public License for more details.
|
||||
#include "vgui_draw.h"
|
||||
#include "qfont.h"
|
||||
#include "input.h"
|
||||
#include "library.h"
|
||||
|
||||
convar_t *scr_centertime;
|
||||
convar_t *scr_loading;
|
||||
@@ -777,7 +778,7 @@ void SCR_Init( void )
|
||||
|
||||
if( !UI_LoadProgs( ))
|
||||
{
|
||||
Con_Printf( S_ERROR "can't initialize gameui.dll\n" ); // there is non fatal for us
|
||||
Con_Printf( S_ERROR "can't initialize gameui DLL: %s\n", COM_GetLibraryError() ); // there is non fatal for us
|
||||
host.allow_console = true; // we need console, because menu is missing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user