diff --git a/addons/core/script_component.hpp b/addons/core/script_component.hpp index d25bdff864..2acc976dc0 100644 --- a/addons/core/script_component.hpp +++ b/addons/core/script_component.hpp @@ -1,5 +1,5 @@ #define COMPONENT core -#include "script_mod.hpp" +#include "\z\ace\addons\main\script_mod.hpp" // #define DEBUG_MODE_FULL @@ -11,4 +11,4 @@ #define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN #endif -#include "script_macros.hpp" +#include "\z\ace\addons\main\script_macros.hpp" diff --git a/addons/main/script_macros.hpp b/addons/main/script_macros.hpp index 3dd2b1ba92..86a2e9a8d2 100644 --- a/addons/main/script_macros.hpp +++ b/addons/main/script_macros.hpp @@ -47,7 +47,7 @@ #define ACE_NOGRIP handAnim[] = {} #define ACE_DISTANCE_DEFAULT distanceZoomMin = 300; distanceZoomMax = 300 -#include "script_macros_optics.hpp" +// #include "script_macros_optics.hpp" #define ACE_NOZEROING discreteDistance[] = {}; \ discreteDistanceInitIndex = 0; \