From 63cd1ed06a57cccabdf4fbed14874c43e10ad126 Mon Sep 17 00:00:00 2001 From: lambdatiger Date: Mon, 15 Jan 2024 01:33:25 -0600 Subject: [PATCH] Last commit had debug staements uncommented --- addons/frag/script_component.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/frag/script_component.hpp b/addons/frag/script_component.hpp index 14b91808a09..f9006a249e5 100644 --- a/addons/frag/script_component.hpp +++ b/addons/frag/script_component.hpp @@ -3,8 +3,8 @@ #include "\z\ace\addons\main\script_mod.hpp" // #define LOG_FRAG_INFO -#define DEBUG_MODE_FULL -#define DEBUG_MODE_DRAW +// #define DEBUG_MODE_FULL +// #define DEBUG_MODE_DRAW // #define DISABLE_COMPILE_CACHE // #define ENABLE_PERFORMANCE_COUNTERS