[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.118,1.119

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 11:41:02 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
some renaming for more consistent terminology (although we might want to reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- sky.cpp	8 Oct 2003 21:59:23 -0000	1.118
+++ sky.cpp	12 Oct 2003 18:40:12 -0000	1.119
@@ -76,13 +76,13 @@
 
 #undef WITH_DEBUG_CHEATS
 
-static const TargetSettings sky_settings[] = {
+static const GameSettings 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 TargetSettings *Engine_SKY_targetList() {
+const GameSettings *Engine_SKY_targetList() {
 	return sky_settings;
 }
 





More information about the Scummvm-git-logs mailing list