SCUMM: (SCUMM3) - add new walking code vars to save/load function
(also recalculate these vars when loading old savegames)
This commit is contained in:
parent
0cd79e1eb1
commit
e0db30fb8f
2 changed files with 23 additions and 1 deletions
|
@ -68,7 +68,7 @@ struct SaveInfoSection {
|
|||
|
||||
#define SaveInfoSectionSize (4+4+4 + 4+4 + 4+2)
|
||||
|
||||
#define CURRENT_VER 100
|
||||
#define CURRENT_VER 101
|
||||
#define INFOSECTION_VERSION 2
|
||||
|
||||
#pragma mark -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue