Remove newline from debug.
svn-id: r18168
This commit is contained in:
parent
6eb84f82fa
commit
b575dba642
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue