[Scummvm-cvs-logs] SF.net SVN: scummvm: [24581] scummvm/trunk/engines/scumm/scumm.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Wed Nov 1 18:46:04 CET 2006
Revision: 24581
http://svn.sourceforge.net/scummvm/?rev=24581&view=rev
Author: eriktorbjorn
Date: 2006-11-01 09:46:00 -0800 (Wed, 01 Nov 2006)
Log Message:
-----------
Removed unnecessary newline from warning message. (But why did I get this
message in the first place?)
Modified Paths:
--------------
scummvm/trunk/engines/scumm/scumm.cpp
Modified: scummvm/trunk/engines/scumm/scumm.cpp
===================================================================
--- scummvm/trunk/engines/scumm/scumm.cpp 2006-10-31 02:09:24 UTC (rev 24580)
+++ scummvm/trunk/engines/scumm/scumm.cpp 2006-11-01 17:46:00 UTC (rev 24581)
@@ -1440,7 +1440,7 @@
/* 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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list