[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.345,1.346 vga.cpp,1.92,1.93
Travis Howell
kirben at users.sourceforge.net
Mon Dec 1 21:54:02 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv22241/simon
Modified Files:
simon.cpp vga.cpp
Log Message:
This screen update causes delay and doesn't seem to be required.
Remove old debug message
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- simon.cpp 1 Dec 2003 12:18:57 -0000 1.345
+++ simon.cpp 2 Dec 2003 05:53:31 -0000 1.346
@@ -4659,7 +4659,6 @@
}
_system->set_palette(_video_buf_1, 0, _video_num_pal_colors);
- _system->update_screen();
delay(5);
} while (!done);
}
Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- vga.cpp 2 Dec 2003 05:12:49 -0000 1.92
+++ vga.cpp 2 Dec 2003 05:53:32 -0000 1.93
@@ -899,7 +899,6 @@
if (_game & GF_SIMON2 && state.e & 0x4 && _bit_array[10] & 0x800) {
state.surf_addr = state.surf2_addr;
state.surf_pitch = state.surf2_pitch;
- debug(1,"vc_10_draw: (state.e&0x4)");
}
if (state.e & 0x8) {
More information about the Scummvm-git-logs
mailing list