From b513b8a11b088a7d4d9acd1faa0a57377574f1ee Mon Sep 17 00:00:00 2001 From: SeventhSentinel Date: Thu, 3 Jan 2019 16:43:01 -0500 Subject: [PATCH] Actually, let's just do "1" --- src/dehacked.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dehacked.h b/src/dehacked.h index 27ceae58..683fe7d9 100644 --- a/src/dehacked.h +++ b/src/dehacked.h @@ -54,7 +54,7 @@ extern const char *superactions[MAXRECURSION]; extern UINT8 superstack; // If the dehacked patch does not match this version, we throw a warning -#define PATCHVERSION 102 +#define PATCHVERSION 1 #define MAXLINELEN 1024