[Scummvm-cvs-logs] CVS: scummvm/simon res.cpp,1.4,1.5 verb.cpp,1.1.1.1,1.2

Travis Howell kirben at users.sourceforge.net
Mon Oct 21 23:31:06 CEST 2002


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

Modified Files:
	res.cpp verb.cpp 
Log Message:

Minor fixes for simon2dos target


Index: res.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/res.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- res.cpp	21 Oct 2002 13:23:25 -0000	1.4
+++ res.cpp	22 Oct 2002 06:30:45 -0000	1.5
@@ -257,7 +257,7 @@
 		table = opcode_arg_table_simon1win;
 		break;
 	case GAME_SIMON2DOS:
-		table = opcode_arg_table_simon2win;
+		table = opcode_arg_table_simon2dos;
 		printf("right opcode table\n");
 		break;
 	case GAME_SIMON2WIN:

Index: verb.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/verb.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- verb.cpp	21 Aug 2002 16:07:39 -0000	1.1.1.1
+++ verb.cpp	22 Oct 2002 06:30:45 -0000	1.2
@@ -112,7 +112,7 @@
 {
 	FillOrCopyStruct *fcs;
 
-	if ((_game == GAME_SIMON2WIN) || (_game == GAME_SIMON2WIN)) {
+	if ((_game == GAME_SIMON2WIN) || (_game == GAME_SIMON2DOS)) {
 		if (_bit_array[4] & 0x8000)
 			return;
 	}





More information about the Scummvm-git-logs mailing list