From 57b25fd385ad61d52900059124d3af5d006633c2 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 27ceae58c..683fe7d94 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