aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-04-28 03:13:49 +0000
committerJonathan Gray2003-04-28 03:13:49 +0000
commit7529493778e54e0dfdc84dff795ba499ced29aa2 (patch)
tree945a8c1511861a142fe371ab0d4041d42667c55f /scumm/saveload.cpp
parentd95deb809d5052eb471dfc798309a1c6a8cafdb6 (diff)
downloadscummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.tar.gz
scummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.tar.bz2
scummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.zip
get rid of one of the obscure variable names
svn-id: r7171
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 ddabd7eb25..2e964e888b 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -506,7 +506,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
};
const SaveLoadEntry sentenceTabEntries[] = {
- MKLINE(SentenceTab, unk5, sleUint8, VER_V8),
+ MKLINE(SentenceTab, verb, sleUint8, VER_V8),
MKLINE(SentenceTab, unk2, sleUint8, VER_V8),
MKLINE(SentenceTab, unk4, sleUint16, VER_V8),
MKLINE(SentenceTab, unk3, sleUint16, VER_V8),