diff options
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r-- | scumm/script_v5.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 7de4f2d40d..a07bcf38c6 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -731,7 +731,7 @@ void ScummEngine_v5::o5_endCutscene() { void ScummEngine_v5::o5_debug() { int a = getVarOrDirectWord(PARAM_1); - debug(1, "o5_debug(%d)", a); + debugC(DEBUG_GENERAL, "o5_debug(%d)", a); } void ScummEngine_v5::o5_decrement() { @@ -2127,7 +2127,7 @@ void ScummEngine_v5::o5_startMusic() { // can look at the global script #9 (0x888A in 49.LFL). break; } - debug(4,"o5_startMusic(%d)", b); + debugC(DEBUG_GENERAL,"o5_startMusic(%d)", b); setResult(result); } else { _sound->addSoundToQueue(getVarOrDirectByte(PARAM_1)); |