Skip to content

Commit

Permalink
Misc - Fix kat_stretcher not supporting CBA XEH (#559)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
-  Fix #377 

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
MiszczuZPolski authored Jul 24, 2024
1 parent 433cf82 commit f367fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/misc/CfgVehicles.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
class CBA_Extended_EventHandlers_base;
class CfgVehicles {
#include "vehicle_stretcher.hpp"
class Land_IntravenStand_01_base_F;
Expand Down Expand Up @@ -144,6 +145,7 @@ class CfgVehicles {
};
class EventHandlers {
init = QUOTE(_this call FUNC(stretcher));
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers_base {};
};
};
class Land_Stretcher_01_base_F;
Expand Down

0 comments on commit f367fb8

Please sign in to comment.