Bump DEMOGAMEVERSION due to changes to DEM_FOV and DEM_MYFOV commands.

This commit is contained in:
nashmuhandes 2017-09-01 03:12:08 +08:00 committed by Christoph Oelckers
parent 3c39d51c83
commit 7195af40f8

View file

@ -73,11 +73,11 @@ const char *GetVersionString();
// Protocol version used in demos.
// Bump it if you change existing DEM_ commands or add new ones.
// Otherwise, it should be safe to leave it alone.
#define DEMOGAMEVERSION 0x220
#define DEMOGAMEVERSION 0x221
// Minimum demo version we can play.
// Bump it whenever you change or remove existing DEM_ commands.
#define MINDEMOVERSION 0x21E
#define MINDEMOVERSION 0x21F
// SAVEVER is the version of the information stored in level snapshots.
// Note that SAVEVER is not directly comparable to VERSION.