[Scummvm-cvs-logs] CVS: scummvm/queen queen.cpp,1.7,1.8

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


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

Modified Files:
	queen.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: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- queen.cpp	11 Oct 2003 10:24:12 -0000	1.7
+++ queen.cpp	12 Oct 2003 18:40:09 -0000	1.8
@@ -36,13 +36,13 @@
 
 #endif
 
-static const TargetSettings queen_settings[] = {
+static const GameSettings queen_settings[] = {
 	/* Flight of the Amazon Queen */
 	{ "queen", "Flight of the Amazon Queen", GID_QUEEN_FIRST, 99, MDT_ADLIB | MDT_NATIVE | MDT_PREFER_NATIVE, 0, "queen.1" },
 	{ NULL, NULL, 0, 0, MDT_NONE, 0, NULL} 
 };
 
-const TargetSettings *Engine_QUEEN_targetList() {
+const GameSettings *Engine_QUEEN_targetList() {
 	return queen_settings;
 }
 





More information about the Scummvm-git-logs mailing list