Skip to content

Commit

Permalink
Aircraft - Use COMPILE_SCRIPT macro (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Aug 17, 2023
1 parent e47e180 commit d290ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/aircraft/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class Extended_PreInit_EventHandlers {

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_postInit));
init = QUOTE(call COMPILE_SCRIPT(XEH_postInit));
};
};

0 comments on commit d290ca3

Please sign in to comment.