[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.15,1.16
Max Horn
fingolfin at users.sourceforge.net
Sun Dec 21 07:30:01 CET 2003
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv13605/sword1
Modified Files:
sword1.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: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sword1.cpp 20 Dec 2003 20:20:53 -0000 1.15
+++ sword1.cpp 21 Dec 2003 15:29:51 -0000 1.16
@@ -51,8 +51,8 @@
return games;
}
-GameList Engine_SWORD1_detectGames(const FSList &fslist) {
- GameList detectedGames;
+DetectedGameList Engine_SWORD1_detectGames(const FSList &fslist) {
+ DetectedGameList detectedGames;
// Iterate over all files in the given directory
for (FSList::ConstIterator file = fslist.begin(); file != fslist.end(); ++file) {
More information about the Scummvm-git-logs
mailing list