diff options
-rw-r--r-- | engines/gob/sound/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/sound/sound.cpp b/engines/gob/sound/sound.cpp index 83da3e06c2..5abc94d025 100644 --- a/engines/gob/sound/sound.cpp +++ b/engines/gob/sound/sound.cpp @@ -613,7 +613,6 @@ void Sound::cdPlay(const char *trackName) { debugC(1, kDebugSound, "CDROM: Playing track \"%s\"", trackName); if ((_vm->getGameType() == kGameTypeFascination) && !scumm_stricmp(trackName, "boscle")) { - warning("Using bosscle instead of boscle"); _cdrom->startTrack("bosscle"); } else _cdrom->startTrack(trackName); |