From 3eedaa5e389169f1e452dbc53d3127f56d62c98e Mon Sep 17 00:00:00 2001 From: MrMelbert Date: Thu, 12 Sep 2024 17:25:32 -0500 Subject: [PATCH] Un test --- code/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 5aac19ea5f85..2a4854c37b85 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -1,4 +1,4 @@ -#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this +//#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this //uncommented, but not visible in the release version) //#define DATUMVAR_DEBUGGING_MODE //Enables the ability to cache datum vars and retrieve later for debugging which vars changed.