[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Thu Oct 10 11:52:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv12865

Modified Files:
	simon.cpp 
Log Message:
fixed stupid typo

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- simon.cpp	9 Oct 2002 20:54:15 -0000	1.11
+++ simon.cpp	10 Oct 2002 18:51:36 -0000	1.12
@@ -104,7 +104,7 @@
 	_fcs_list = new FillOrCopyStruct[16];
 
 	/* Setup midi driver */
-	if (driver)
+	if (!driver)
 		driver = MidiDriver_NULL_create();
 	midi.set_driver(driver);
 





More information about the Scummvm-git-logs mailing list