diff options
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 32750a57..81f56916 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -5658,6 +5658,7 @@ void _UI_SetActiveMenu( uiMenuCommand_t menu ) { } Menus_CloseAll(); Menus_ActivateByName("main"); + trap_Cvar_Set( "ui_loading", "0" ); trap_Cvar_VariableStringBuffer("com_errorMessage", buf, sizeof(buf)); if (strlen(buf)) { if (!ui_singlePlayerActive.integer) { |