[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.97,1.98 vga.cpp,1.86,1.87
Travis Howell
kirben at users.sourceforge.net
Sat Oct 25 21:40:01 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv22983/simon
Modified Files:
simon.h vga.cpp
Log Message:
Rename function.
Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- simon.h 22 Oct 2003 09:17:31 -0000 1.97
+++ simon.h 26 Oct 2003 04:35:35 -0000 1.98
@@ -651,7 +651,7 @@
void vc_53_no_op();
void vc_54_no_op();
void vc_55_offset_hit_area();
- void vc_56();
+ void vc_56_delay();
void vc_57_no_op();
void vc_58();
void vc_59();
Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- vga.cpp 21 Oct 2003 11:45:46 -0000 1.86
+++ vga.cpp 26 Oct 2003 04:35:35 -0000 1.87
@@ -88,7 +88,7 @@
&SimonEngine::vc_53_no_op,
&SimonEngine::vc_54_no_op,
&SimonEngine::vc_55_offset_hit_area,
- &SimonEngine::vc_56,
+ &SimonEngine::vc_56_delay,
&SimonEngine::vc_57_no_op,
&SimonEngine::vc_58,
&SimonEngine::vc_59,
@@ -1577,7 +1577,7 @@
_need_hitarea_recalc++;
}
-void SimonEngine::vc_56() {
+void SimonEngine::vc_56_delay() {
if (_game & GF_SIMON2) {
uint num = vc_read_var_or_word() * _vga_base_delay;
More information about the Scummvm-git-logs
mailing list