[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.314,1.315
Max Horn
fingolfin at users.sourceforge.net
Fri Oct 17 17:23:35 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv12549/simon
Modified Files:
simon.cpp
Log Message:
We proudly present the latest installment of our hit series 'Untangle the mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -d -r1.314 -r1.315
--- simon.cpp 17 Oct 2003 23:16:53 -0000 1.314
+++ simon.cpp 18 Oct 2003 00:22:46 -0000 1.315
@@ -506,7 +506,7 @@
set_volume(ConfMan.getInt("sfx_volume"));
// Setup midi driver
- MidiDriver *driver = detector->createMidi();
+ MidiDriver *driver = detector->createMidi(GameDetector::detectMusicDriver(detector->_game.midi));
if (!driver)
driver = MidiDriver_ADLIB_create(_mixer);
else if (ConfMan.getBool("native_mt32"))
More information about the Scummvm-git-logs
mailing list