From f2f215e6c939532c2e84f3f68f6b5d1163473b7b Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sat, 20 Jul 2019 18:13:18 -0500 Subject: [PATCH] Fix last two functions in init.cpp (#1323) --- types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types.h b/types.h index 53dba8c58..1ba624d81 100644 --- a/types.h +++ b/types.h @@ -48,7 +48,9 @@ #endif // If defined, use copy protection [Default -> Defined] -//#define COPYPROT +#ifndef _DEBUG +#define COPYPROT +#endif // If defined, don't reload for debuggers [Default -> Undefined] // Note that with patch 1.03 the command line was hosed, this is required to pass arguments to the game