aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 62ac97f15e..f8425cd26c 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -217,7 +217,7 @@ bool Sound::getHEMusicDetails(int id, int &musicOffs, int &musicSize) {
}
void Sound::playSound(int soundID, int heOffset, int heChannel, int heFlags) {
- debug(5,"playSound: soundID %d heOffset %d heChannel %d heFlags %d\n", soundID, heOffset, heChannel, heFlags);
+ debug(5,"playSound: soundID %d heOffset %d heChannel %d heFlags %d", soundID, heOffset, heChannel, heFlags);
byte *mallocedPtr = NULL;
byte *ptr;
char *sound;