From 6e13bde2130fb12f7d307c4fcdedd8e36e3038bb Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 17 May 2008 19:01:00 +0000 Subject: Changing debug channels a bit svn-id: r32157 --- engines/gob/inter_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/inter_v2.cpp') diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp index 493efa8438..6278a6e22f 100644 --- a/engines/gob/inter_v2.cpp +++ b/engines/gob/inter_v2.cpp @@ -1087,6 +1087,8 @@ void Inter_v2::o2_playCDTrack() { } void Inter_v2::o2_waitCDTrackEnd() { + debugC(1, kDebugSound, "CDROM: Waiting for playback to end"); + while (_vm->_sound->cdGetTrackPos() >= 0) _vm->_util->longDelay(1); } @@ -2056,7 +2058,6 @@ void Inter_v2::o2_loadInfogramesIns(OpGobParams ¶ms) { strncpy0(fileName, GET_VAR_STR(varName), 15); strcat(fileName, ".INS"); - debugC(1, kDebugMusic, "Loading Infogrames instrument file \"%s\"", fileName); _vm->_sound->infogramesLoadInstruments(fileName); } @@ -2069,7 +2070,6 @@ void Inter_v2::o2_playInfogrames(OpGobParams ¶ms) { strncpy0(fileName, GET_VAR_STR(varName), 15); strcat(fileName, ".DUM"); - debugC(1, kDebugMusic, "Playing Infogrames music file \"%s\"", fileName); _vm->_sound->infogramesLoadSong(fileName); _vm->_sound->infogramesPlay(); -- cgit v1.2.3