aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-19 11:31:35 +0000
committerMax Horn2003-05-19 11:31:35 +0000
commit18a6b5dcc1215902ccd9313f2a0a827e27107061 (patch)
tree7f2d86a2cf5a89841e5898b3b2c90a4b47358032 /scumm/saveload.cpp
parent8f2c1e203c6b52ed03753b783b6eab80e460b2d9 (diff)
downloadscummvm-rg350-18a6b5dcc1215902ccd9313f2a0a827e27107061.tar.gz
scummvm-rg350-18a6b5dcc1215902ccd9313f2a0a827e27107061.tar.bz2
scummvm-rg350-18a6b5dcc1215902ccd9313f2a0a827e27107061.zip
renamed ScriptSlot::unk1/unk2 to freezeResistant/recursive
svn-id: r7688
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp4
1 files changed, 2 insertions, 2 deletions
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),