mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
added a FIXME
svn-id: r5441
This commit is contained in:
parent
1974075bb3
commit
2c6e69dcaf
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user