diff options
author | Max Horn | 2009-01-30 05:10:24 +0000 |
---|---|---|
committer | Max Horn | 2009-01-30 05:10:24 +0000 |
commit | 7cb437b56f95bff06b0c79be93cd619b95662346 (patch) | |
tree | 6c466852a68c135a92ed7abb816c358b0042c57c /engines/cruise | |
parent | 7b50c293e6c509142e204e1aa11d51204cda9073 (diff) | |
download | scummvm-rg350-7cb437b56f95bff06b0c79be93cd619b95662346.tar.gz scummvm-rg350-7cb437b56f95bff06b0c79be93cd619b95662346.tar.bz2 scummvm-rg350-7cb437b56f95bff06b0c79be93cd619b95662346.zip |
Renamed SpecialDebugLevel to DebugChannel
svn-id: r36142
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/cruise.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp index b1eafabe5c..43eb32a6d3 100644 --- a/engines/cruise/cruise.cpp +++ b/engines/cruise/cruise.cpp @@ -49,7 +49,7 @@ CruiseEngine::CruiseEngine(OSystem * syst, const CRUISEGameDescription *gameDesc _currentVolumeFile = new Common::File(); #endif - Common::addSpecialDebugLevel(kCruiseDebugScript, "Script", + Common::addDebugChannel(kCruiseDebugScript, "Script", "Script debug level"); // Setup mixer |