[Scummvm-cvs-logs] SF.net SVN: scummvm:[35444] scummvm/trunk/engines/saga/saga.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Dec 19 20:12:29 CET 2008


Revision: 35444
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35444&view=rev
Author:   thebluegr
Date:     2008-12-19 19:12:29 +0000 (Fri, 19 Dec 2008)

Log Message:
-----------
Removed defaults which are set in base/commandLine.cpp

Modified Paths:
--------------
    scummvm/trunk/engines/saga/saga.cpp

Modified: scummvm/trunk/engines/saga/saga.cpp
===================================================================
--- scummvm/trunk/engines/saga/saga.cpp	2008-12-19 17:54:45 UTC (rev 35443)
+++ scummvm/trunk/engines/saga/saga.cpp	2008-12-19 19:12:29 UTC (rev 35444)
@@ -142,12 +142,8 @@
 
 Common::Error SagaEngine::init() {
 	// Assign default values to the config manager, in case settings are missing
-	ConfMan.registerDefault("music_volume", "255");
-	ConfMan.registerDefault("sfx_volume", "255");
-	ConfMan.registerDefault("speech_volume", "255");
 	ConfMan.registerDefault("talkspeed", "255");
 	ConfMan.registerDefault("subtitles", "true");
-	ConfMan.registerDefault("copy_protection", "false");
 
 	_musicVolume = ConfMan.getInt("music_volume");
 	_subtitlesEnabled = ConfMan.getBool("subtitles");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list