From 16c41829a7db9239d2e0655634acae22323c9e38 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 18 Mar 2018 17:54:06 -0500 Subject: [PATCH] Add xeh compat for 1.82 (tanks dlc) --- addons/main/script_mod.hpp | 2 +- addons/xeh/CfgVehicles.hpp | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 47ff90de3..edfbc0d58 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -11,7 +11,7 @@ #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.76 +#define REQUIRED_VERSION 1.82 /* // Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :) diff --git a/addons/xeh/CfgVehicles.hpp b/addons/xeh/CfgVehicles.hpp index bfb55f036..46642f4ae 100644 --- a/addons/xeh/CfgVehicles.hpp +++ b/addons/xeh/CfgVehicles.hpp @@ -223,6 +223,11 @@ class CfgVehicles { class Respawn_Sleeping_bag_brown_F: Land_Sleeping_bag_brown_F { XEH_ENABLED; }; + + class ReammoBox_F; + class Land_RepairDepot_01_base_F: ReammoBox_F { + XEH_ENABLED; + }; // backwards comp, inert class SLX_XEH_Logic: Logic {