[Scummvm-cvs-logs] CVS: scummvm/saga saga.cpp,1.153,1.154

Max Horn fingolfin at users.sourceforge.net
Sat Jan 21 05:03:02 CET 2006


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

Modified Files:
	saga.cpp 
Log Message:
Fix various incorrect usages of the word 'target' instead of 'gameid'; change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid'

Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- saga.cpp	18 Jan 2006 17:39:39 -0000	1.153
+++ saga.cpp	21 Jan 2006 13:01:19 -0000	1.154
@@ -65,7 +65,7 @@
 	GameList games;
 	const GameSettings *g = saga_games;
 
-	while (g->name) {
+	while (g->gameid) {
 		games.push_back(*g);
 		g++;
 	}





More information about the Scummvm-git-logs mailing list