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

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Wed Jan 16 21:01:35 CET 2008


Revision: 30518
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30518&view=rev
Author:   aquadran
Date:     2008-01-16 12:01:35 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
clarify warning

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-01-16 19:48:06 UTC (rev 30517)
+++ scummvm/trunk/engines/scumm/imuse_digi/dimuse_sndmgr.cpp	2008-01-16 20:01:35 UTC (rev 30518)
@@ -102,7 +102,8 @@
 	int32 version = file->readUint32BE();
 	if (version != 3) {
 		if (version == 2)
-			warning("ImuseDigiSndMgr::prepareSoundFromRMAP: Wrong version number, expected 3, but it's 2. Recompress data with latest tool.");
+			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);
 	}


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