aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2008-05-10 20:59:43 +0000
committerSven Hesse2008-05-10 20:59:43 +0000
commit257aaa3ced14645d4410a272e89cafb7282836ac (patch)
treebfe6be04b32b7d40d3096fa2e14f49625a7f8b25 /engines/gob/gob.h
parentb2defd0eac9401ffeea91ef0154650e108ffc179 (diff)
downloadscummvm-rg350-257aaa3ced14645d4410a272e89cafb7282836ac.tar.gz
scummvm-rg350-257aaa3ced14645d4410a272e89cafb7282836ac.tar.bz2
scummvm-rg350-257aaa3ced14645d4410a272e89cafb7282836ac.zip
Restructured saving/loading and added a stub for Woodruff
svn-id: r31989
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index e1d75bd2a4..0a82bceed5 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -104,8 +104,9 @@ enum {
kDebugParser = 1 << 4,
kDebugGameFlow = 1 << 5,
kDebugFileIO = 1 << 6,
- kDebugGraphics = 1 << 7,
- kDebugCollisions = 1 << 8
+ kDebugSaveLoad = 1 << 7,
+ kDebugGraphics = 1 << 8,
+ kDebugCollisions = 1 << 9
};
inline char *strncpy0(char *dest, const char *src, size_t n) {