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:
Torbjörn Andersson 2006-11-01 17:46:00 +00:00
parent 79b9397f3e
commit 69fa6abb37

View File

@ -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;