get rid of one of the obscure variable names
svn-id: r7171
This commit is contained in:
parent
d95deb809d
commit
7529493778
5 changed files with 7 additions and 7 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue