mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-04 01:41:56 +00:00
Fixed wrong MINDEMOVERSION which was committed in 95f447927a
This commit is contained in:
parent
8081f6fcbe
commit
7d20e74603
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue