Skip to content

Commit

Permalink
Merge pull request #901 from CBATeam/1.82-fixXEH
Browse files Browse the repository at this point in the history
Add xeh compat for 1.82 (tanks dlc)
  • Loading branch information
Killswitch00 committed Apr 4, 2018
2 parents 9f7359e + 16c4182 commit 1f78de8
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 1f78de8

Please sign in to comment.