[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.2,1.3

Travis Howell kirben at users.sourceforge.net
Wed Oct 30 03:13:02 CET 2002


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

Modified Files:
	items.cpp 
Log Message:

Add simon 2 dos non-talkie fix from ludde


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- items.cpp	24 Oct 2002 09:40:20 -0000	1.2
+++ items.cpp	30 Oct 2002 11:12:37 -0000	1.3
@@ -386,7 +386,7 @@
 			break;
 
 		case 67:{									/* set array 3 and 4 */
-				if (_game == GAME_SIMON1WIN || _game & GAME_SIMON2) {
+				if (_game == GAME_SIMON1WIN || _game == GAME_SIMON2WIN) {
 					uint var = getVarOrByte();
 					uint string_id = getNextStringID();
 					uint value = getNextWord();





More information about the Scummvm-git-logs mailing list