[Scummvm-cvs-logs] SF.net SVN: scummvm:[47266] scummvm/branches/branch-1-0-0/base/commandLine. cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jan 12 18:42:35 CET 2010


Revision: 47266
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47266&view=rev
Author:   fingolfin
Date:     2010-01-12 17:42:35 +0000 (Tue, 12 Jan 2010)

Log Message:
-----------
Backport 'Register default setting for 'mute' option' to trunk (and trigger a rebuild on buildbot)

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/base/commandLine.cpp

Modified: scummvm/branches/branch-1-0-0/base/commandLine.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/base/commandLine.cpp	2010-01-12 17:24:55 UTC (rev 47265)
+++ scummvm/branches/branch-1-0-0/base/commandLine.cpp	2010-01-12 17:42:35 UTC (rev 47266)
@@ -166,6 +166,7 @@
 	ConfMan.registerDefault("music_mute", false);
 	ConfMan.registerDefault("sfx_mute", false);
 	ConfMan.registerDefault("speech_mute", false);
+	ConfMan.registerDefault("mute", false);
 
 	ConfMan.registerDefault("multi_midi", false);
 	ConfMan.registerDefault("native_mt32", false);


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