Fixed wrong MINDEMOVERSION which was committed in 95f447927a

This commit is contained in:
nashmuhandes 2020-06-08 21:00:26 +08:00 committed by Christoph Oelckers
parent 79426c028b
commit 6371fa91f9

View file

@ -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.