fix broken ace menu in main menu (#4451)

This commit is contained in:
commy2 2016-09-22 23:55:52 +02:00 committed by GitHub
parent 03d83b633f
commit 26ae575d4a
2 changed files with 0 additions and 11 deletions

View File

@ -20,8 +20,5 @@ class Extended_PostInit_EventHandlers {
class Extended_DisplayLoad_EventHandlers {
class RscDisplayMain {
GVAR(loadMainMenuBox) = QUOTE(_this call COMPILE_FILE(init_loadMainMenuBox));
//Hide the button if there is no world (-world=empty)
GVAR(hideButtonEmptyWorld) = "((_this select 0) displayCtrl 80085) ctrlShow (missionName != '');";
};
};

View File

@ -102,14 +102,6 @@ class RscDisplayMovieInterrupt: RscStandardDisplay {
};
class RscDisplayMain: RscStandardDisplay {
class controls {
class ACE_Open_settingsMenu_Btn : ACE_Open_SettingsMenu_BtnBase {
action = "if (missionName != '') then {createDialog 'ACE_settingsMenu';};";
x = "safezoneX";
y = "safezoneY";
idc = 80085;
};
class ACE_news_apex: RscControlsGroupNoHScrollbars {
idc = 80090;
x = "safezoneX + safezoneW - 10 * (pixelW * pixelGrid * 2) - (4 * pixelH)";