From e4219d05e3d6b57d5dc40a5b143b466563b2ae81 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Mon, 12 Jan 2015 03:53:02 -0600 Subject: [PATCH] Compile Fixes Same as e3ed81173611f282c016f092c78e76cdec254fd4 --- addons/core/script_component.hpp | 4 ++-- addons/main/script_macros.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; \