[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.119,1.120

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


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

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

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- sky.cpp	12 Oct 2003 18:40:12 -0000	1.119
+++ sky.cpp	14 Oct 2003 07:52:34 -0000	1.120
@@ -106,7 +106,7 @@
 
 	_mixer->setVolume(ConfMan.getInt("sfx_volume")); //unnecessary?
 	
-	_debugMode = detector->_debugMode;
+	_debugMode = ConfMan.hasKey("debuglevel");
 	_debugLevel = ConfMan.getInt("debuglevel");
 	_detector = detector;
 





More information about the Scummvm-git-logs mailing list