From 77941c4f27a4105e2b838488142b09974094ca71 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Sun, 19 Jul 2015 23:53:46 +0100 Subject: [PATCH] Remove help button --- addons/spectator/UI/interface.hpp | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/addons/spectator/UI/interface.hpp b/addons/spectator/UI/interface.hpp index 55d805b67f..7a73454af2 100644 --- a/addons/spectator/UI/interface.hpp +++ b/addons/spectator/UI/interface.hpp @@ -48,22 +48,22 @@ class GVAR(interface) { y = 0; w = COMPASS_W * 0.5; h = TOOL_H; - text = "A3\ui_f_curator\data\cfgIngameUI\compass\texture180_ca.paa"; + text = "A3\UI_F_Curator\Data\CfgIngameUI\compass\texture180_ca.paa"; }; class compass90_180: compass0_90 { idc = IDC_COMP_90; x = COMPASS_W; - text = "A3\ui_f_curator\data\cfgIngameUI\compass\texture270_ca.paa"; + text = "A3\UI_F_Curator\Data\CfgIngameUI\compass\texture270_ca.paa"; }; class compass180_270: compass0_90 { idc = IDC_COMP_180; x = 0; - text = "A3\ui_f_curator\data\cfgIngameUI\compass\texture0_ca.paa"; + text = "A3\UI_F_Curator\Data\CfgIngameUI\compass\texture0_ca.paa"; }; class compass270_0: compass0_90 { idc = IDC_COMP_270; x = COMPASS_W * -0.5; - text = "A3\ui_f_curator\data\cfgIngameUI\compass\texture90_ca.paa"; + text = "A3\UI_F_Curator\Data\CfgIngameUI\compass\texture90_ca.paa"; }; class compassCaret: RscFrame { x = COMPASS_W * 0.5; @@ -192,17 +192,6 @@ class GVAR(interface) { sizeEx = H_PART(1); text = CSTRING(HelpTitle); }; - class helpExit: RscButtonMenu { - x = W_PART(23); - y = 0; - h = H_PART(1); - w = W_PART(1); - colorText[]={COL_FORE}; - colorBackground[] = {COL_FORE_D}; - sizeEx = H_PART(1); - text = "X"; - action = QUOTE(GVAR(showHelp) = false; [] call FUNC(updateInterface)); - }; }; }; };