[Scummvm-cvs-logs] SF.net SVN: scummvm:[33135] scummvm/trunk/engines/scumm/imuse_digi/ dimuse_sndmgr.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Jul 20 18:27:13 CEST 2008


Revision: 33135
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33135&view=rev
Author:   fingolfin
Date:     2008-07-20 16:27:12 +0000 (Sun, 20 Jul 2008)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/imuse_digi/dimuse_sndmgr.cpp

Modified: scummvm/trunk/engines/scumm/imuse_digi/dimuse_sndmgr.cpp
===================================================================
--- scummvm/trunk/engines/scumm/imuse_digi/dimuse_sndmgr.cpp	2008-07-20 16:06:42 UTC (rev 33134)
+++ scummvm/trunk/engines/scumm/imuse_digi/dimuse_sndmgr.cpp	2008-07-20 16:27:12 UTC (rev 33135)
@@ -102,10 +102,10 @@
 	int32 version = file->readUint32BE();
 	if (version != 3) {
 		if (version == 2) {
-			warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version of compressed *.bun file, expected 3, but it's 2.");
-			warning("Suggested to recompress with latest tool from daily builds.");
+			warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version of compressed *.bun file, expected 3, but it's 2");
+			warning("Suggested to recompress with latest tool from daily builds");
 		} else
-			error("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's: %d.", version);
+			error("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's: %d", version);
 	}
 	sound->bits = file->readUint32BE();
 	sound->freq = file->readUint32BE();


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