mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Added and using SAVEGAME_STRUCT_VERSION
This commit is contained in:
parent
0e9d83ee14
commit
cca37e3dfe
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue