From 8a008e50ee0069583c5f13dd19386e691a5dc90a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 17 May 2006 22:04:56 +0000 Subject: * Fix to Dretch/Bsuit exploit/bug (thanks tjw) * Fix to disappearing cursor on map load Com_Error bug --- src/ui/ui_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui') 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) { -- cgit