From 37401523ff671a603939f59510631246627d9b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Fri, 22 Oct 2021 02:46:56 +0200 Subject: [PATCH] XEH - Fix issues with CSLA --- addons/xeh/CfgVehicles.hpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/addons/xeh/CfgVehicles.hpp b/addons/xeh/CfgVehicles.hpp index 803d5ca44..7f909f951 100644 --- a/addons/xeh/CfgVehicles.hpp +++ b/addons/xeh/CfgVehicles.hpp @@ -427,4 +427,37 @@ class CfgVehicles { class GalleryDioramaUnit_01_base_F: Items_base_F { XEH_ENABLED; }; + + // CSLA + class StaticATWeapon; + class CSLA_9K113_Stat: StaticATWeapon { + XEH_ENABLED; + }; + + class CSLA_M52_Stat: Mortar_01_base_F { + XEH_ENABLED; + }; + + class CSLA_CIV_AN2_wreck: PlaneWreck { + XEH_ENABLED; + }; + + class CSLA_Plane_base_F: Plane_Base_F {}; + class CSLA_CIV_Plane_base_F: CSLA_Plane_base_F {}; + class CSLA_CIV_Plane_base: CSLA_CIV_Plane_base_F { + XEH_ENABLED; + }; + + class StaticMGWeapon; + class CSLA_UK59L_Stat: StaticMGWeapon { + XEH_ENABLED; + }; + + class CSLA_UK59T_Stat: StaticMGWeapon { + XEH_ENABLED; + }; + + class US85_M252_Stat: Mortar_01_base_F { + XEH_ENABLED; + }; };