[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.549,1.550

kirben kirben at users.sourceforge.net
Tue Nov 22 17:33:02 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7316/simon

Modified Files:
	simon.cpp 
Log Message:

Update check.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -d -r1.549 -r1.550
--- simon.cpp	18 Nov 2005 22:34:41 -0000	1.549
+++ simon.cpp	23 Nov 2005 01:31:51 -0000	1.550
@@ -4147,7 +4147,7 @@
 	char buf[4];
 
 	if (getPlatform() == Common::kPlatformAmiga) {
-		if (!(getFeatures() & GF_TALKIE)) {
+		if (getFeatures() & GF_CRUNCHED) {
 			// TODO Add support for decruncher
 			debug(5,"loadMusic - Decrunch %dtune attempt", music);
 		}





More information about the Scummvm-git-logs mailing list