From 18a6b5dcc1215902ccd9313f2a0a827e27107061 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 19 May 2003 11:31:35 +0000 Subject: renamed ScriptSlot::unk1/unk2 to freezeResistant/recursive svn-id: r7688 --- scumm/saveload.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/saveload.cpp') diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index 65d04baeb9..8cfc8da525 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -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), -- cgit v1.2.3