aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.cpp')
-rw-r--r--engines/tinsel/tinsel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index 2524c3e6a2..b5a745cf81 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -853,10 +853,10 @@ TinselEngine::TinselEngine(OSystem *syst, const TinselGameDescription *gameDesc)
_vm = this;
// Register debug flags
- Common::addSpecialDebugLevel(kTinselDebugAnimations, "animations", "Animations debugging");
- Common::addSpecialDebugLevel(kTinselDebugActions, "actions", "Actions debugging");
- Common::addSpecialDebugLevel(kTinselDebugSound, "sound", "Sound debugging");
- Common::addSpecialDebugLevel(kTinselDebugMusic, "music", "Music debugging");
+ Common::addDebugChannel(kTinselDebugAnimations, "animations", "Animations debugging");
+ Common::addDebugChannel(kTinselDebugActions, "actions", "Actions debugging");
+ Common::addDebugChannel(kTinselDebugSound, "sound", "Sound debugging");
+ Common::addDebugChannel(kTinselDebugMusic, "music", "Music debugging");
// Setup mixer
_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));