From 7cb437b56f95bff06b0c79be93cd619b95662346 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2009 05:10:24 +0000 Subject: Renamed SpecialDebugLevel to DebugChannel svn-id: r36142 --- engines/tinsel/tinsel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/tinsel/tinsel.cpp') 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")); -- cgit v1.2.3