[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.250,1.251

Jamieson Christian jamieson630 at users.sourceforge.net
Mon Jul 14 02:03:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv20969/scummvm/simon

Modified Files:
	simon.cpp 
Log Message:
Fixed typo. While I agree that this error should have
been caught before committing (compiler didn't detect
need to do incremental build, sorry), I think if something
this trivial is going to get such a reaction, I have to
agree with Fingolfin that a release or RC branch is
advisable regardless of how slow one predicts the CVS
traffic will be.

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- simon.cpp	14 Jul 2003 08:48:38 -0000	1.250
+++ simon.cpp	14 Jul 2003 09:02:12 -0000	1.251
@@ -435,7 +435,7 @@
 	if (!driver)
 		driver = MidiDriver_ADLIB_create();
 
-//	midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
+	midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32);
 	midi.set_driver(driver);
 	int ret = midi.open();
 	if (ret)





More information about the Scummvm-git-logs mailing list