Skip to content

Commit

Permalink
SOG & SPE Compats - Remove wound handler wrapper (#10545)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 authored Dec 15, 2024
1 parent 472f919 commit fd28405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions addons/compat_sog/ACE_Medical_Injuries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ACE_Medical_Injuries {
};
class GVAR(explosive_incendiary): explosive {
class woundHandlers: woundHandlers {
// TODO use function name after bug with the woundHandlers config caching is fixed
ADDON = QUOTE({call FUNC(woundsHandlerIncendiary)});
ADDON = QFUNC(woundsHandlerIncendiary);
};
};
};
Expand Down
3 changes: 1 addition & 2 deletions addons/compat_spe/ACE_Medical_Injuries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ACE_Medical_Injuries {
};
class GVAR(explosive_incendiary): explosive {
class woundHandlers: woundHandlers {
// TODO use function name after bug with the woundHandlers config caching is fixed
ADDON = QUOTE({call FUNC(woundsHandlerIncendiary)});
ADDON = QFUNC(woundsHandlerIncendiary);
};
};
};
Expand Down

0 comments on commit fd28405

Please sign in to comment.