[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.58,1.59
Travis Howell
kirben at users.sourceforge.net
Thu Nov 7 18:58:12 CET 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv1306/simon
Modified Files:
simon.cpp
Log Message:
Don't attempt to play music in simon 1 demo
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- simon.cpp 6 Nov 2002 00:56:31 -0000 1.58
+++ simon.cpp 8 Nov 2002 02:05:19 -0000 1.59
@@ -4966,7 +4966,7 @@
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 {
+ } else if (_game == GAME_SIMON1DOS) {
char buf[50];
File *f = new File();
sprintf(buf, "MOD%d.MUS", music);
More information about the Scummvm-git-logs
mailing list