aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorHenry Bush2010-12-22 09:09:38 +0000
committerHenry Bush2010-12-22 09:09:38 +0000
commite20c9028128670f18cc741abbc2788175edf2058 (patch)
tree1e879745fcddb41ac342fc1c87a0f28eff08cede /engines/hugo/hugo.h
parent1dde0156c23214be7776054a3aee1d04ed7201f1 (diff)
downloadscummvm-rg350-e20c9028128670f18cc741abbc2788175edf2058.tar.gz
scummvm-rg350-e20c9028128670f18cc741abbc2788175edf2058.tar.bz2
scummvm-rg350-e20c9028128670f18cc741abbc2788175edf2058.zip
HUGO: Add music debug level, some cleanup when opening driver
svn-id: r54999
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index bf2e566ce0..7492e2ae03 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -87,7 +87,8 @@ enum HugoDebugChannels {
kDebugFile = 1 << 5,
kDebugRoute = 1 << 6,
kDebugInventory = 1 << 7,
- kDebugObject = 1 << 8
+ kDebugObject = 1 << 8,
+ kDebugMusic = 1 << 9
};
enum HugoGameFeatures {