aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/access.h')
-rw-r--r--engines/access/access.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/access/access.h b/engines/access/access.h
index 2fdf26318e..284ac2690c 100644
--- a/engines/access/access.h
+++ b/engines/access/access.h
@@ -71,7 +71,8 @@ enum {
enum AccessDebugChannels {
kDebugPath = 1 << 0,
kDebugScripts = 1 << 1,
- kDebugGraphics = 1 << 2
+ kDebugGraphics = 1 << 2,
+ kDebugSound = 1 << 3
};
struct AccessGameDescription;