From 4fecc1372f15ab52e6c0bb7f42c1882e51cb327b Mon Sep 17 00:00:00 2001 From: bux578 Date: Wed, 25 Mar 2015 06:05:06 +0100 Subject: [PATCH] add microDAGR to ace misc box --- addons/microdagr/CfgVehicles.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/addons/microdagr/CfgVehicles.hpp b/addons/microdagr/CfgVehicles.hpp index 6742a6721f..9697d63e41 100644 --- a/addons/microdagr/CfgVehicles.hpp +++ b/addons/microdagr/CfgVehicles.hpp @@ -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.
Source: microDAGR.pbo"; }; }; + + class Box_NATO_Support_F; + class ACE_Box_Misc: Box_NATO_Support_F { + class TransportItems { + MACRO_ADDITEM(ACE_microDAGR,10); + }; + }; + };