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