readability patches, some by janssen

svn-id: r3490
This commit is contained in:
Ludvig Strigeus 2001-11-12 20:50:36 +00:00
parent d4a8d84f78
commit 279d5b2fd7
10 changed files with 98 additions and 77 deletions

View file

@ -386,7 +386,7 @@ void Scumm::saveOrLoad(Serializer *s) {
MKLINE(ScriptSlot,number,sleUint16),
MKLINE(ScriptSlot,newfield,sleUint16),
MKLINE(ScriptSlot,status,sleByte),
MKLINE(ScriptSlot,type,sleByte),
MKLINE(ScriptSlot,where,sleByte),
MKLINE(ScriptSlot,unk1,sleByte),
MKLINE(ScriptSlot,unk2,sleByte),
MKLINE(ScriptSlot,freezeCount,sleByte),
@ -398,7 +398,7 @@ void Scumm::saveOrLoad(Serializer *s) {
const SaveLoadEntry nestedScriptEntries[] = {
MKLINE(NestedScript,number,sleUint16),
MKLINE(NestedScript,type,sleByte),
MKLINE(NestedScript,where,sleByte),
MKLINE(NestedScript,slot,sleByte),
MKEND()
};