fixing macros

This commit is contained in:
commy2 2015-01-13 19:31:26 +01:00
parent 270ff5535a
commit b7050a4a92
4 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class CfgVehicles {
author = "$STR_ACE_Common_ACETeam";
category = "ACE";
displayName = "Check PBOs";
function = "ACE_Common_fnc_moduleCheckPBOs";
function = QFUNC(moduleCheckPBOs);
scope = 2;
isGlobal = 1;
icon = QUOTE(PATHTOF(UI\IconCheckPBO_ca.paa));

View File

@ -134,7 +134,7 @@ PREP(monitor);
PREP(showUser);
// ACE_CuratorFix
PREP(addUnloadEventhandler);
PREP(addCuratorUnloadEventhandler);
PREP(fixCrateContent);
// Loop to update the ACE_player variable

View File

@ -72,7 +72,7 @@ class ACE_Options {
/*
class RscControlsGroupNoScrollbars;
class RscAttributeInventory: RscControlsGroupNoScrollbars {
onSetFocus = "[_this,""RscAttributeInventory"",'CuratorCommon'] call (uinamespace getvariable ""BIS_fnc_initCuratorAttribute""); _this select 0 call ACE_CuratorFix_fnc_addUnloadEventhandler;";
onSetFocus = "[_this,""RscAttributeInventory"",'CuratorCommon'] call (uinamespace getvariable ""BIS_fnc_initCuratorAttribute""); _this select 0 call ACE_Common_fnc_addCuratorUnloadEventhandler;";
};
*/