aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-18 15:50:03 +0000
committerTravis Howell2005-05-18 15:50:03 +0000
commitb575dba642cdc2ad9e78042c0dc9c7ea169ec735 (patch)
treed6e959ca0fa26ad101186148c63930ee54944a94 /scumm/sound.cpp
parent6eb84f82fa391622829026804fab5452cba3cf65 (diff)
downloadscummvm-rg350-b575dba642cdc2ad9e78042c0dc9c7ea169ec735.tar.gz
scummvm-rg350-b575dba642cdc2ad9e78042c0dc9c7ea169ec735.tar.bz2
scummvm-rg350-b575dba642cdc2ad9e78042c0dc9c7ea169ec735.zip
Remove newline from debug.
svn-id: r18168
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;