diff options
Diffstat (limited to 'scumm/saveload.cpp')
| -rw-r--r-- | scumm/saveload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index a2aeaa61f9..075103c7cb 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -374,7 +374,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) { MKLINE(Scumm, _userPut, sleByte, VER_V8), MKLINE(Scumm, _userState, sleUint16, VER_V17), MKLINE(Scumm, _cursor.state, sleByte, VER_V8), - MKLINE(Scumm, gdi._cursorActive, sleByte, VER_V8), + MK_OBSOLETE(Scumm, gdi._cursorActive, sleByte, VER_V8, VER_V20), MKLINE(Scumm, _currentCursor, sleByte, VER_V8), MKARRAY(Scumm, _grabbedCursor[0], sleByte, 8192, VER_V20), MKLINE(Scumm, _cursor.width, sleInt16, VER_V20), |
