mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
Remove newline from debug.
svn-id: r18168
This commit is contained in:
parent
6eb84f82fa
commit
b575dba642
@ -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…
Reference in New Issue
Block a user