aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 0bd6fc66c9..608ebddb84 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -65,7 +65,8 @@ enum {
// Engine Debug Flags
enum {
- kRivenDebugScript = (1 << 0)
+ kRivenDebugScript = (1 << 0),
+ kRivenDebugPatches = (1 << 1)
};
struct ZipMode {