renamed ScriptSlot::unk1/unk2 to freezeResistant/recursive

svn-id: r7688
This commit is contained in:
Max Horn 2003-05-19 11:31:35 +00:00
parent 8f2c1e203c
commit 18a6b5dcc1
5 changed files with 38 additions and 36 deletions

View file

@ -513,8 +513,8 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
MKLINE(ScriptSlot, delayFrameCount, sleUint16, VER_V8),
MKLINE(ScriptSlot, status, sleByte, VER_V8),
MKLINE(ScriptSlot, where, sleByte, VER_V8),
MKLINE(ScriptSlot, unk1, sleByte, VER_V8),
MKLINE(ScriptSlot, unk2, sleByte, VER_V8),
MKLINE(ScriptSlot, freezeResistant, sleByte, VER_V8),
MKLINE(ScriptSlot, recursive, sleByte, VER_V8),
MKLINE(ScriptSlot, freezeCount, sleByte, VER_V8),
MKLINE(ScriptSlot, didexec, sleByte, VER_V8),
MKLINE(ScriptSlot, cutsceneOverride, sleByte, VER_V8),