[Scummvm-cvs-logs] CVS: scummvm/queen queen.cpp,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 00:53:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv13228/queen

Modified Files:
	queen.cpp 
Log Message:
fix debug mode 0

Index: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- queen.cpp	12 Oct 2003 18:40:09 -0000	1.8
+++ queen.cpp	14 Oct 2003 07:52:32 -0000	1.9
@@ -64,7 +64,7 @@
 
 	_mixer->setVolume(ConfMan.getInt("sfx_volume"));
 	
-	_debugMode = detector->_debugMode;
+	_debugMode = ConfMan.hasKey("debuglevel");
 	_debugLevel = ConfMan.getInt("debuglevel");
 	_detector = detector;
 





More information about the Scummvm-git-logs mailing list