From e77928440307f0d8a765e32100e031989ad25ff5 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Mon, 12 Oct 2009 22:27:23 +0000 Subject: Sound effects are now correctly played. Dubbing is not yet played. svn-id: r45000 --- engines/draci/draci.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/draci/draci.h') 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 -- cgit v1.2.3