mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Removed unnecessary newline from warning message. (But why did I get this
message in the first place?) svn-id: r24581
This commit is contained in:
parent
79b9397f3e
commit
69fa6abb37
@ -1440,7 +1440,7 @@ void ScummEngine::setupMusic(int midi) {
|
||||
/* Bind the mixer to the system => mixer will be invoked
|
||||
* automatically when samples need to be generated */
|
||||
if (!_mixer->isReady()) {
|
||||
warning("Sound mixer initialization failed\n");
|
||||
warning("Sound mixer initialization failed");
|
||||
if (_musicType == MDT_ADLIB || _musicType == MDT_PCSPK) {
|
||||
midiDriver = MD_NULL;
|
||||
_musicType = MDT_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user