get rid of one of the obscure variable names

svn-id: r7171
This commit is contained in:
Jonathan Gray 2003-04-28 03:13:49 +00:00
parent d95deb809d
commit 7529493778
5 changed files with 7 additions and 7 deletions

View file

@ -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),