aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-22 14:10:20 +0000
committerMax Horn2003-05-22 14:10:20 +0000
commita9788c771a58d0e1f3093d56a0fde7b9e7844164 (patch)
tree920c44efd767bf4304486fc5bbeccc55b4cf89ff /scumm/saveload.cpp
parent711c6989480d76c1d9ca3e2139e3afca68561ca8 (diff)
downloadscummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.tar.gz
scummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.tar.bz2
scummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.zip
from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence preposition
svn-id: r7827
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 deaa01bbfe..ac4f6cc12a 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -532,7 +532,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
const SaveLoadEntry sentenceTabEntries[] = {
MKLINE(SentenceTab, verb, sleUint8, VER_V8),
- MKLINE(SentenceTab, unk2, sleUint8, VER_V8),
+ MKLINE(SentenceTab, preposition, sleUint8, VER_V8),
MKLINE(SentenceTab, objectA, sleUint16, VER_V8),
MKLINE(SentenceTab, objectB, sleUint16, VER_V8),
MKLINE(SentenceTab, freezeCount, sleUint8, VER_V8),