[Scummvm-cvs-logs] CVS: scummvm/sword2 sword2.cpp,1.91,1.92

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


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

Modified Files:
	sword2.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: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sword2.cpp,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- sword2.cpp	13 Dec 2003 00:20:01 -0000	1.91
+++ sword2.cpp	21 Dec 2003 15:29:51 -0000	1.92
@@ -60,8 +60,8 @@
 	return games;
 }
 
-GameList Engine_SWORD2_detectGames(const FSList &fslist) {
-	GameList detectedGames;
+DetectedGameList Engine_SWORD2_detectGames(const FSList &fslist) {
+	DetectedGameList detectedGames;
 	const Sword2GameSettings *g;
 	
 	// TODO: It would be nice if we had code here which distinguishes





More information about the Scummvm-git-logs mailing list