From 93ef35c3c76a11322dc67039749d60465a96250a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 13 Jul 2014 20:49:26 +0200 Subject: fix an evo menu failure --- src/ui/ui_main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 64424f5a..47be810e 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -2974,11 +2974,6 @@ static void UI_RunMenuScript( char **args ) else if( Q_stricmp( name, "LoadAlienUpgrades" ) == 0 ) { UI_LoadAlienUpgrades( ); - - //disallow the menu if it would be empty - - if( uiInfo.alienUpgradeCount <= 0 ) - Menus_CloseAll( ); } else if( Q_stricmp( name, "UpgradeToNewClass" ) == 0 ) { -- cgit