[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.107,1.108

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 18:57:14 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
renamed VersionSettings -> TargetSettings and also renamed some of its members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- sky.cpp	20 Aug 2003 12:12:11 -0000	1.107
+++ sky.cpp	8 Sep 2003 15:38:34 -0000	1.108
@@ -59,13 +59,13 @@
 
 #undef WITH_DEBUG_CHEATS
 
-static const VersionSettings sky_settings[] = {
+static const TargetSettings sky_settings[] = {
 	/* Beneath a Steel Sky */
 	{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, MDT_ADLIB | MDT_NATIVE | MDT_PREFER_NATIVE, 0, "sky.dsk" },
 	{NULL, NULL, 0, 0, MDT_NONE, 0, NULL}
 };
 
-const VersionSettings *Engine_SKY_targetList() {
+const TargetSettings *Engine_SKY_targetList() {
 	return sky_settings;
 }
 





More information about the Scummvm-git-logs mailing list