icon path fix

This commit is contained in:
bux578 2015-01-13 15:33:29 +01:00
parent 425be3a6c2
commit 2074e200d5

View File

@ -7,7 +7,7 @@ class CfgVehicles {
function = FUNC(module); function = FUNC(module);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
icon = PATHTOF(UI\Icon_Module_Respawn_ca.paa); icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
class Arguments { class Arguments {
class SavePreDeathGear { class SavePreDeathGear {
displayName = "Save Gear?"; displayName = "Save Gear?";
@ -49,7 +49,7 @@ class CfgVehicles {
function = FUNC(moduleRallypoint); function = FUNC(moduleRallypoint);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
icon = PATHTOF(UI\Icon_Module_Rallypoint_ca.paa); icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
class Arguments { class Arguments {
}; };
}; };