[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.136,1.137

Travis Howell kirben at users.sourceforge.net
Sun Jan 5 04:39:01 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv2466/simon

Modified Files:
	simon.cpp 
Log Message:

This isn't a fixme


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- simon.cpp	5 Jan 2003 12:20:31 -0000	1.136
+++ simon.cpp	5 Jan 2003 12:38:04 -0000	1.137
@@ -4089,10 +4089,8 @@
 	if (!(_bit_array[8] & 0x20))
 		num_of_rows = 3;
 
-
 	if (threeval_b < 2)
-		threeval_b = 2;							// Fixme (pos): look at mine
-	// ladder, look at gorge, etc
+		threeval_b = 2;
 
 	if (!(_game & GAME_SIMON2)) {
 		start_vga_code(num_of_rows, 2, 199 + num_1, threeval_a >> 3, threeval_b, 12);





More information about the Scummvm-git-logs mailing list