[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.190,1.191
Max Horn
fingolfin at users.sourceforge.net
Tue May 20 06:47:14 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv5481
Modified Files:
simon.cpp
Log Message:
some simon init fixes (needs more)
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- simon.cpp 20 May 2003 08:49:13 -0000 1.190
+++ simon.cpp 20 May 2003 13:46:53 -0000 1.191
@@ -172,6 +172,14 @@
SimonState::SimonState(GameDetector *detector, OSystem *syst)
: Engine(detector, syst), midi (syst) {
MidiDriver *driver = detector->createMidi();
+
+ _subroutine_list = 0;
+ _subroutine_list_org = 0;
+
+ _first_time_struct = 0;
+ _pending_delete_time_event = 0;
+
+ _dump_file = 0;
_dummy_item_1 = new Item();
_dummy_item_2 = new Item();
More information about the Scummvm-git-logs
mailing list