From 6371fa91f9da226069d6a76c061fe9d01a5b6191 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Mon, 8 Jun 2020 21:00:26 +0800 Subject: [PATCH] Fixed wrong MINDEMOVERSION which was committed in https://github.com/coelckers/gzdoom/pull/360/commits/95f447927aee2350c1dd6bb8a317a69012890a33 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b2a6ba1fca8..e07c6daf24c 100644 --- a/src/version.h +++ b/src/version.h @@ -74,7 +74,7 @@ const char *GetVersionString(); // Minimum demo version we can play. // Bump it whenever you change or remove existing DEM_ commands. -#define MINDEMOVERSION 0x21F +#define MINDEMOVERSION 0x221 // SAVEVER is the version of the information stored in level snapshots. // Note that SAVEVER is not directly comparable to VERSION.