[Scummvm-cvs-logs] SF.net SVN: scummvm:[35827] scummvm/trunk/engines/agi/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Jan 11 14:17:05 CET 2009


Revision: 35827
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35827&view=rev
Author:   sev
Date:     2009-01-11 13:17:05 +0000 (Sun, 11 Jan 2009)

Log Message:
-----------
Fix regression when gameids were los for some fanmade games

Modified Paths:
--------------
    scummvm/trunk/engines/agi/detection.cpp

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2009-01-11 12:22:29 UTC (rev 35826)
+++ scummvm/trunk/engines/agi/detection.cpp	2009-01-11 13:17:05 UTC (rev 35827)
@@ -143,7 +143,7 @@
 
 #define GAME3_PS(id,name,fname,md5,size,ver,gid,platform) GAME_LVFPN(id,name,fname,md5,size,Common::EN_ANY,ver,0,gid,platform,GType_V3)
 
-#define FANMADE_ILVF(id,name,md5,lang,ver,features) GAME_LVFPN("agi-fanmade",name,"logdir",md5,-1,lang,ver,(GF_FANMADE|features),GID_FANMADE,Common::kPlatformPC,GType_V2)
+#define FANMADE_ILVF(id,name,md5,lang,ver,features) GAME_LVFPN(id,name,"logdir",md5,-1,lang,ver,(GF_FANMADE|features),GID_FANMADE,Common::kPlatformPC,GType_V2)
 
 #define FANMADE_LVF(name,md5,lang,ver,features) FANMADE_ILVF("agi-fanmade",name,md5,lang,ver,features)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list