[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.79,1.80

Travis Howell kirben at users.sourceforge.net
Sat Jul 31 23:54:06 CEST 2004


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

Modified Files:
	gameDetector.cpp 
Log Message:

Correct default settings used by COMI
Allow object_labels config option in COMI


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- gameDetector.cpp	16 Jul 2004 10:24:29 -0000	1.79
+++ gameDetector.cpp	1 Aug 2004 06:52:56 -0000	1.80
@@ -128,6 +128,10 @@
 	ConfMan.registerDefault("boot_param", 0);
 	ConfMan.registerDefault("save_slot", -1);
 
+#if !defined(DISABLE_SCUMM) || !defined(DISABLE_SWORD2)
+	ConfMan.registerDefault("object_labels", true);
+#endif
+
 #ifndef DISABLE_SCUMM
 	ConfMan.registerDefault("copy_protection", false);
 	ConfMan.registerDefault("demo_mode", false);





More information about the Scummvm-git-logs mailing list