Skip to content

Commit

Permalink
Main - Fix script_macros_mission redefinitions for mikro (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jun 24, 2023
1 parent d64453d commit e89f048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/main/script_macros_mission.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
*/

#undef PATHTO_SYS
#undef PATHTOF_SYS
#undef PATHTOF2_SYS
#ifdef CUSTOM_FOLDER
#define PATHTO_SYS(var1,var2,var3) ##CUSTOM_FOLDER\##var3.sqf
#define PATHTOF_SYS(var1,var2,var3) ##CUSTOM_FOLDER\##var3
Expand Down

0 comments on commit e89f048

Please sign in to comment.