SCUMM: (SCUMM3) - add new walking code vars to save/load function

(also recalculate these vars when loading old savegames)
This commit is contained in:
athrxx 2021-07-16 00:49:47 +02:00
parent 0cd79e1eb1
commit e0db30fb8f
2 changed files with 23 additions and 1 deletions

View file

@ -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 -