[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.226,1.227
Travis Howell
kirben at users.sourceforge.net
Fri May 30 02:58:20 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon debug.h,1.13,1.14 items.cpp,1.78,1.79 simon.cpp,1.225,1.226
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky sound.cpp,1.7,1.8 sound.h,1.4,1.5 logic.cpp,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv29562/simon
Modified Files:
simon.cpp
Log Message:
Broke simon
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- simon.cpp 30 May 2003 09:39:21 -0000 1.226
+++ simon.cpp 30 May 2003 09:57:52 -0000 1.227
@@ -2722,7 +2722,8 @@
#endif
}
-void SimonState::o_wait_for_vga(uint _vga_wait_for) {
+void SimonState::o_wait_for_vga(uint a) {
+ _vga_wait_for = a;
_timer_1 = 0;
_exit_cutscene = false;
_skip_speech = false;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon debug.h,1.13,1.14 items.cpp,1.78,1.79 simon.cpp,1.225,1.226
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky sound.cpp,1.7,1.8 sound.h,1.4,1.5 logic.cpp,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list