aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorJames Brown2003-08-05 16:43:33 +0000
committerJames Brown2003-08-05 16:43:33 +0000
commit173e3c5db36eb2ae56dd31ec49b2fac955920816 (patch)
tree23270bf6035b1eff7cda200f282a38ba0948cfe9 /scumm/saveload.cpp
parente85cf7dae72cae0a4f2d61904156a1625eb0c272 (diff)
downloadscummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.tar.gz
scummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.tar.bz2
scummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.zip
V1 preposition support, but broken.
svn-id: r9502
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 60f8a0aa06..80926b7bbe 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -312,7 +312,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
MKLINE(VerbSlot, saveid, sleByte, VER_V8),
MKLINE(VerbSlot, key, sleByte, VER_V8),
MKLINE(VerbSlot, center, sleByte, VER_V8),
- MKLINE(VerbSlot, field_1B, sleByte, VER_V8),
+ MKLINE(VerbSlot, prep, sleByte, VER_V8),
MKLINE(VerbSlot, imgindex, sleUint16, VER_V8),
MKEND()
};