add microDAGR to ace misc box

This commit is contained in:
bux578 2015-03-25 06:05:06 +01:00
parent c94b496724
commit 4fecc1372f

View File

@ -66,4 +66,12 @@ class CfgVehicles {
description = "Controls how muchdata is filled in the microDAGR items. Less data restricts the map view to show less on the minimap.<br/>Source: microDAGR.pbo";
};
};
class Box_NATO_Support_F;
class ACE_Box_Misc: Box_NATO_Support_F {
class TransportItems {
MACRO_ADDITEM(ACE_microDAGR,10);
};
};
};