From ca41dba220eceb2f2cca43126ee91ef9c86bae95 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 8 Oct 2004 23:06:19 +0000 Subject: Use image header to detect presence of the V8 flags field; rewrote that flags field to load the ObjectData.flags field differently; added a comment in saveload.cpp since we are not yet saving ObjectData.flags svn-id: r15479 --- scumm/saveload.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/saveload.cpp') diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index 38a339da8d..a1173b66e7 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -400,6 +400,8 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) { MKLINE(ObjectData, parent, sleByte, VER(8)), MKLINE(ObjectData, state, sleByte, VER(8)), MKLINE(ObjectData, fl_object_index, sleByte, VER(8)), + // TODO + //MKLINE(ObjectData, flag, sleByte, VER(XXX)), MKEND() }; -- cgit v1.2.3