Fixed wrong MINDEMOVERSION which was committed in 95f447927a

This commit is contained in:
nashmuhandes 2020-06-08 21:00:26 +08:00 committed by drfrag
parent 8081f6fcbe
commit 7d20e74603

View file

@ -69,7 +69,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.