aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/draci.h')
-rw-r--r--engines/draci/draci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/draci/draci.h b/engines/draci/draci.h
index d5683d5516..6ef339de33 100644
--- a/engines/draci/draci.h
+++ b/engines/draci/draci.h
@@ -66,6 +66,7 @@ public:
Game *_game;
Script *_script;
AnimationManager *_anims;
+ Sound *_sound;
Font *_smallFont;
Font *_bigFont;
@@ -99,7 +100,8 @@ enum {
kDraciBytecodeDebugLevel = 1 << 1,
kDraciArchiverDebugLevel = 1 << 2,
kDraciLogicDebugLevel = 1 << 3,
- kDraciAnimationDebugLevel = 1 << 4
+ kDraciAnimationDebugLevel = 1 << 4,
+ kDraciSoundDebugLevel = 1 << 5
};
// Macro to simulate lround() for non-C99 compilers