aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index dd00d9b206..5f49a2907f 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -217,9 +217,10 @@ enum {
};
enum {
- kCineDebugScript = 1 << 0,
- kCineDebugPart = 1 << 1,
- kCineDebugSound = 1 << 2
+ kCineDebugScript = 1 << 0,
+ kCineDebugPart = 1 << 1,
+ kCineDebugSound = 1 << 2,
+ kCineDebugCollision = 1 << 3
};
enum {