From cbc4529039c3fef56be6da79a1e12f1873999982 Mon Sep 17 00:00:00 2001
From: wolfy852 <wolfy852@hotmail.com>
Date: Thu, 27 Dec 2018 21:23:32 -0600
Subject: [PATCH] Disable DEVELOP, since this is ready to merge

---
 src/doomdef.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doomdef.h b/src/doomdef.h
index 3fc87828a..db8e91023 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -140,7 +140,7 @@
 extern FILE *logstream;
 #endif
 
-#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
+//#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
 #ifdef DEVELOP
 #define VERSION    0 // Game version
 #define SUBVERSION 0 // more precise version number
-- 
GitLab