aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-06 15:22:10 +0000
committerMax Horn2002-11-06 15:22:10 +0000
commit2c6e69dcaf9020ebbd42233bd5cd41f2f5da2f94 (patch)
treea42c95b548388be66903abe2d4e2e0b1cbc762b2 /scumm/saveload.cpp
parent1974075bb3aa1416fbdc30189fb641e903d526e8 (diff)
downloadscummvm-rg350-2c6e69dcaf9020ebbd42233bd5cd41f2f5da2f94.tar.gz
scummvm-rg350-2c6e69dcaf9020ebbd42233bd5cd41f2f5da2f94.tar.bz2
scummvm-rg350-2c6e69dcaf9020ebbd42233bd5cd41f2f5da2f94.zip
added a FIXME
svn-id: r5441
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 eb3bb70eb6..e9d5080206 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -354,7 +354,7 @@ void Scumm::saveOrLoad(Serializer *s)
MKARRAY(Scumm, vm.localvar[0][0], sleUint16, NUM_SCRIPT_SLOT * 17),
MKARRAY(Scumm, _resourceMapper[0], sleByte, 128),
MKARRAY(Scumm, charset._colorMap[0], sleByte, 16),
- MKARRAY(Scumm, _charsetData[0][0], sleByte, 10 * 16),
+ MKARRAY(Scumm, _charsetData[0][0], sleByte, 10 * 16), // FIXME - _charsetData is 15*16 these days
MKLINE(Scumm, _curExecScript, sleUint16),
MKLINE(Scumm, camera._dest.x, sleInt16),
@@ -465,7 +465,7 @@ void Scumm::saveOrLoad(Serializer *s)
MKARRAY(Scumm, vm.localvar[0][0], sleUint16, 25 * 17),
MKARRAY(Scumm, _resourceMapper[0], sleByte, 128),
MKARRAY(Scumm, charset._colorMap[0], sleByte, 16),
- MKARRAY(Scumm, _charsetData[0][0], sleByte, 10 * 16),
+ MKARRAY(Scumm, _charsetData[0][0], sleByte, 10 * 16), // FIXME - _charsetData is 15*16 these days
MKLINE(Scumm, _curExecScript, sleUint16),
MKLINE(Scumm, camera._dest.x, sleInt16),