aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/debug.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-07 17:33:36 +0200
committerBorja Lorente2016-08-19 16:29:00 +0200
commitdd3527517690c3fdd065dfaacfef936666f139e0 (patch)
treeaae8b913320944dea8ee9034d44200abf728a104 /engines/macventure/debug.h
parent8608776768e9926d5be09904232647bff39d7e72 (diff)
downloadscummvm-rg350-dd3527517690c3fdd065dfaacfef936666f139e0.tar.gz
scummvm-rg350-dd3527517690c3fdd065dfaacfef936666f139e0.tar.bz2
scummvm-rg350-dd3527517690c3fdd065dfaacfef936666f139e0.zip
MACVENTURE: Add conditionals to engine destructors
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