[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.133,1.134

Eugene Sandulenko sev at users.sourceforge.net
Tue Jan 31 09:54:02 CET 2006


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27339

Modified Files:
	gameDetector.cpp 
Log Message:
Add undocumented option --gui-theme for easier theme debugging.


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- gameDetector.cpp	21 Jan 2006 23:59:04 -0000	1.133
+++ gameDetector.cpp	31 Jan 2006 17:52:56 -0000	1.134
@@ -562,6 +562,10 @@
 				settings["copy_protection"] = boolValue ? "true" : "false";
 			END_OPTION
 
+			DO_LONG_OPTION("gui-theme")
+				settings["gui_theme"] = option;
+			END_OPTION
+
 #ifndef DISABLE_SCUMM
 			DO_LONG_OPTION("tempo")
 				// Use the special value '0' for the base in (int)strtol.





More information about the Scummvm-git-logs mailing list