[Scummvm-cvs-logs] SF.net SVN: scummvm:[34856] scummvm/trunk/engines/engine.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Oct 26 20:27:26 CET 2008


Revision: 34856
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34856&view=rev
Author:   thebluegr
Date:     2008-10-26 19:27:26 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
Implemented FR #2038951: "ALL: visible warning when CD music missing"

Modified Paths:
--------------
    scummvm/trunk/engines/engine.cpp

Modified: scummvm/trunk/engines/engine.cpp
===================================================================
--- scummvm/trunk/engines/engine.cpp	2008-10-26 18:40:59 UTC (rev 34855)
+++ scummvm/trunk/engines/engine.cpp	2008-10-26 19:27:26 UTC (rev 34856)
@@ -183,6 +183,17 @@
 			"the data files to your hard disk instead.\n"
 			"See the README file for details.", "OK");
 		dialog.runModal();
+	} else {
+		// If we reached here, the game has audio tracks,
+		// it's not ran from the CD and the tracks have not
+		// been ripped.
+		GUI::MessageDialog dialog(
+			"This game has audio tracks in its disk. These\n"
+			"tracks need to be ripped from the disk using\n"
+			"an appropriate CD audio extracting tool in\n"
+			"order to listen to the game's music.\n"
+			"See the README file for details.", "OK");
+		dialog.runModal();
 	}
 #endif
 }


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