aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-04 13:36:27 +0000
committerMax Horn2002-12-04 13:36:27 +0000
commit89335008e9076bdfd0565514a7b22ecf4738b605 (patch)
treef177dcbf676afc7e059e104519c701d79ad55b4a /scumm/saveload.cpp
parentbe506653c9adcee20af99adf7248c0173fc246c5 (diff)
downloadscummvm-rg350-89335008e9076bdfd0565514a7b22ecf4738b605.tar.gz
scummvm-rg350-89335008e9076bdfd0565514a7b22ecf4738b605.tar.bz2
scummvm-rg350-89335008e9076bdfd0565514a7b22ecf4738b605.zip
lots of cleanup to the graphics code; removed various global states (makes it easier to understand the code)
svn-id: r5831
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 33ecf348bf..8be9d988c1 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -398,7 +398,7 @@ void Scumm::saveOrLoad(Serializer *s)
MKLINE(Scumm, _userPut, sleByte),
MKLINE(Scumm, _cursorState, sleByte),
MKLINE(Scumm, gdi._cursorActive, sleByte),
- MKLINE(Scumm, gdi._currentCursor, sleByte),
+ MKLINE(Scumm, _currentCursor, sleByte),
MKLINE(Scumm, _doEffect, sleByte),
MKLINE(Scumm, _switchRoomEffect, sleByte),
@@ -513,7 +513,7 @@ void Scumm::saveOrLoad(Serializer *s)
MKLINE(Scumm, _userPut, sleByte),
MKLINE(Scumm, _cursorState, sleByte),
MKLINE(Scumm, gdi._cursorActive, sleByte),
- MKLINE(Scumm, gdi._currentCursor, sleByte),
+ MKLINE(Scumm, _currentCursor, sleByte),
MKLINE(Scumm, _doEffect, sleByte),
MKLINE(Scumm, _switchRoomEffect, sleByte),