mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Fixed wrong MINDEMOVERSION which was committed in 95f447927a
This commit is contained in:
parent
79426c028b
commit
6371fa91f9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue