Added and using SAVEGAME_STRUCT_VERSION

This commit is contained in:
smallmodel 2023-11-26 20:33:07 +01:00
parent 0e9d83ee14
commit cca37e3dfe
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 6 additions and 4 deletions

View file

@ -1453,6 +1453,8 @@ typedef struct {
// trace->entityNum can also be 0 to (MAX_GENTITIES-1)
// or ENTITYNUM_NONE, ENTITYNUM_WORLD
#define SAVEGAME_STRUCT_VERSION 4
typedef struct {
int version;
int time;