[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.64,1.65

Travis Howell kirben at users.sourceforge.net
Sat Nov 9 21:26:01 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv31039/simon

Modified Files:
	simon.cpp 
Log Message:

simon2dos works, thanks again to ludde


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- simon.cpp	9 Nov 2002 22:16:07 -0000	1.64
+++ simon.cpp	10 Nov 2002 05:25:33 -0000	1.65
@@ -3230,7 +3230,7 @@
 	return true;
 #else
 	if (_voice_file == NULL)
-		return false;
+		return true;
 	return _voice_sound == 0;
 #endif
 }





More information about the Scummvm-git-logs mailing list