readability patches, some by janssen
svn-id: r3490
This commit is contained in:
parent
d4a8d84f78
commit
279d5b2fd7
10 changed files with 98 additions and 77 deletions
|
@ -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()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue