From 0ba2b28381386431917deaee4ca00b2f3b5e4813 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Sun, 11 Aug 2019 20:24:14 +0100 Subject: [PATCH] Disable patch.dta at Rob's request, since we don't really use it anymore --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 7bcc533c2..c948d7805 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -148,7 +148,7 @@ extern FILE *logstream; // Does this version require an added patch file? // Comment or uncomment this as necessary. -#define USE_PATCH_DTA +//#define USE_PATCH_DTA // Use .kart extension addons //#define USE_KART