[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.388,1.389

Max Horn fingolfin at users.sourceforge.net
Sun Dec 21 07:31:02 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv13605/simon

Modified Files:
	simon.cpp 
Log Message:
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- simon.cpp	21 Dec 2003 14:42:19 -0000	1.388
+++ simon.cpp	21 Dec 2003 15:29:51 -0000	1.389
@@ -90,8 +90,8 @@
 	return games;
 }
 
-GameList Engine_SIMON_detectGames(const FSList &fslist) {
-	GameList detectedGames;
+DetectedGameList Engine_SIMON_detectGames(const FSList &fslist) {
+	DetectedGameList detectedGames;
 	const SimonGameSettings *g;
 	char detectName[128];
 	char detectName2[128];





More information about the Scummvm-git-logs mailing list