Skip to content

Commit

Permalink
Add xeh compat for 1.82 (tanks dlc)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Mar 18, 2018
1 parent 230cb21 commit 16c4182
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down
5 changes: 5 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 16c4182

Please sign in to comment.