[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.28,1.29

Travis Howell kirben at users.sourceforge.net
Sun Dec 22 01:27:11 CET 2002


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

Modified Files:
	vga.cpp 
Log Message:

Remove the fixme


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- vga.cpp	22 Dec 2002 08:08:53 -0000	1.28
+++ vga.cpp	22 Dec 2002 09:26:42 -0000	1.29
@@ -1781,16 +1781,13 @@
 
 	if (!_video_var_3) {
 		if (_game & GAME_SIMON2) {
-		//FIXME The screen should be cleared elsewhere.
-		dx_clear_surfaces(_video_palette_mode == 4 ? 134 : 200);
 			if (_midi_unk2 != 0xffff) {
 				playMusic(999, _midi_unk2);
 			}
 		}
-	return;
-	}
+	} else
+		_video_var_3 = true;
 
-	_video_var_3 = true;
 	_video_num_pal_colors = 256;
 	if (_video_palette_mode == 4)
 		_video_num_pal_colors = 208;





More information about the Scummvm-git-logs mailing list