Restore Interaction Icon

This commit is contained in:
PabstMirror 2015-03-25 08:57:44 -05:00
parent 5d950e8fad
commit 600c7aed97
2 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ class CfgVehicles {
statement = QUOTE([DISPLAY_MODE_DISPLAY] call FUNC(openDisplay));
showDisabled = 0;
priority = 0.2;
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
exceptions[] = {"notOnMap"};
};
class GVAR(configure) {
@ -20,7 +20,7 @@ class CfgVehicles {
statement = QUOTE([DISPLAY_MODE_DIALOG] call FUNC(openDisplay));
showDisabled = 0;
priority = 0.1;
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
exceptions[] = {"notOnMap"};
};
class GVAR(close) {
@ -29,7 +29,7 @@ class CfgVehicles {
statement = QUOTE([DISPLAY_MODE_CLOSED] call FUNC(openDisplay));
showDisabled = 0;
priority = 0.3;
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
exceptions[] = {"notOnMap"};
};
};
@ -73,5 +73,4 @@ class CfgVehicles {
MACRO_ADDITEM(ACE_microDAGR,10);
};
};
};

Binary file not shown.