aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-30 17:53:12 +0000
committerFilippos Karapetis2009-05-30 17:53:12 +0000
commit15d5b8436e768674aeb2564d6f379e906fb0898c (patch)
treef382cdc13b652420c717aeb710c8da7534dedc47 /engines/sci/sfx/core.h
parent2f90c8f398bf41ee571d31ce08dbf46d524cc592 (diff)
downloadscummvm-rg350-15d5b8436e768674aeb2564d6f379e906fb0898c.tar.gz
scummvm-rg350-15d5b8436e768674aeb2564d6f379e906fb0898c.tar.bz2
scummvm-rg350-15d5b8436e768674aeb2564d6f379e906fb0898c.zip
Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDebugLevelSound is specified
svn-id: r41039
Diffstat (limited to 'engines/sci/sfx/core.h')
-rw-r--r--engines/sci/sfx/core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h
index 2c327e1f6d..dc557f2f8c 100644
--- a/engines/sci/sfx/core.h
+++ b/engines/sci/sfx/core.h
@@ -43,11 +43,6 @@ struct fade_params_t;
** simultaneously ? */
#define SFX_STATE_FLAG_NOSOUND (1 << 1) /* Completely disable sound playing */
-
-#define SFX_DEBUG_SONGS (1 << 0) /* Debug song changes */
-#define SFX_DEBUG_CUES (1 << 1) /* Debug cues, loops, and
-** song completions */
-
class SfxState {
public: // FIXME, make private
SongIterator *_it; /**< The song iterator at the heart of things */
@@ -55,7 +50,6 @@ public: // FIXME, make private
songlib_t _songlib; /**< Song library */
song_t *_song; /**< Active song, or start of active song chain */
bool _suspended; /**< Whether we are suspended */
- uint _debug; /**< Debug flags */
ResourceSync *_soundSync; /**< Used by kDoSync for speech syncing in CD talkie games */
AudioResource *_audioResource; /**< Used for audio resources in CD talkie games */