[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.59,1.60
Travis Howell
kirben at users.sourceforge.net
Thu Nov 7 18:58:33 CET 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv4192/simon
Modified Files:
simon.cpp
Log Message:
Changed wrong section
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- simon.cpp 8 Nov 2002 02:05:19 -0000 1.59
+++ simon.cpp 8 Nov 2002 02:15:11 -0000 1.60
@@ -4960,13 +4960,13 @@
midi.initialize();
midi.play();
- } else if (!(_game & GAME_SIMON2)){
+ } else if (!(_game & GAME_SIMON2) && !(_game & GAME_DEMO)){
midi.shutdown();
if (_game & GAME_TALKIE) {
_game_file->seek(_game_offsets_ptr[gss->MUSIC_INDEX_BASE + music], SEEK_SET);
midi.read_all_songs_old(_game_file);
- } else if (_game == GAME_SIMON1DOS) {
+ } else {
char buf[50];
File *f = new File();
sprintf(buf, "MOD%d.MUS", music);
More information about the Scummvm-git-logs
mailing list