aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/debug.h')
-rw-r--r--engines/macventure/debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/macventure/debug.h b/engines/macventure/debug.h
index 8ee9ebe008..c223d01fe4 100644
--- a/engines/macventure/debug.h
+++ b/engines/macventure/debug.h
@@ -31,8 +31,7 @@ enum MacVentureDebugChannel {
kMVDebugText = 1 << 3,
kMVDebugScript = 1 << 4,
kMVDebugSound = 1 << 5,
- kMVDebugContainer = 1 << 6,
- kMVDebugTests = 1 << 31
+ kMVDebugContainer = 1 << 6
};
} // End namespace MacVenture