From c2d00af0972ee7c60338f9d60e1f80a1a422eeba Mon Sep 17 00:00:00 2001 From: commy2 Date: Mon, 20 Jun 2016 12:50:25 +0200 Subject: [PATCH] disable debug --- addons/settings/XEH_preInit.sqf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/addons/settings/XEH_preInit.sqf b/addons/settings/XEH_preInit.sqf index cd02c06e6..251876708 100644 --- a/addons/settings/XEH_preInit.sqf +++ b/addons/settings/XEH_preInit.sqf @@ -1,4 +1,4 @@ -#define DEBUG_MODE_FULL +//#define DEBUG_MODE_FULL #include "script_component.hpp" ADDON = false; @@ -8,14 +8,8 @@ ADDON = false; #ifdef DEBUG_MODE_FULL // CHECKBOX --- extra argument: default value ["Test_Setting_1", "CHECKBOX", ["-test checkbox-", "-tooltip-"], "My Category", true] call cba_settings_fnc_init; - -// LIST --- extra arguments: [_values, _valueTitles, _defaultIndex] ["Test_Setting_2", "LIST", ["-test list-", "-tooltip-"], "My Category", [[1,0], ["enabled","disabled"], 1]] call cba_settings_fnc_init; - -// SLIDER --- extra arguments: [_min, _max, _default, _trailingDecimals] ["Test_Setting_3", "SLIDER", ["-test slider-", "-tooltip-"], "My Category", [0, 10, 5, 0]] call cba_settings_fnc_init; - -// COLOR PICKER --- extra argument: _color ["Test_Setting_4", "COLOR", ["-test color-", "-tooltip-"], "My Category", [1,1,0]] call cba_settings_fnc_init; #endif