aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/defs.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-02-04 15:43:45 +0000
committerNicola Mettifogo2007-02-04 15:43:45 +0000
commit8f084baf66a2ce3b09103f6ea133cc7d6a3f9611 (patch)
tree6a45d48a3592cb0ffc6a776a1fb52f495549a5dc /engines/parallaction/defs.h
parentae5fb74aefa5dd902bba177fcd6ead7ddfc3459b (diff)
downloadscummvm-rg350-8f084baf66a2ce3b09103f6ea133cc7d6a3f9611.tar.gz
scummvm-rg350-8f084baf66a2ce3b09103f6ea133cc7d6a3f9611.tar.bz2
scummvm-rg350-8f084baf66a2ce3b09103f6ea133cc7d6a3f9611.zip
added more debug levels and comments
svn-id: r25386
Diffstat (limited to 'engines/parallaction/defs.h')
-rw-r--r--engines/parallaction/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/defs.h b/engines/parallaction/defs.h
index 002b4832db..dc64c53b4f 100644
--- a/engines/parallaction/defs.h
+++ b/engines/parallaction/defs.h
@@ -105,7 +105,8 @@ enum {
kDebugDisk = 1 << 0,
kDebugWalk = 1 << 1,
kDebugLocation = 1 << 2,
- kDebugDialogue = 1 << 3
+ kDebugDialogue = 1 << 3,
+ kDebugGraphics = 1 << 4
};
} // namespace Parallaction