[Scummvm-cvs-logs] SF.net SVN: scummvm:[44069] scummvm/trunk/engines/kyra/detection.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Sep 13 22:10:56 CEST 2009
Revision: 44069
http://scummvm.svn.sourceforge.net/scummvm/?rev=44069&view=rev
Author: lordhoto
Date: 2009-09-13 20:10:56 +0000 (Sun, 13 Sep 2009)
Log Message:
-----------
Modify Kyrandia 1 Amiga detection entry to allow the detector to differentiate between different languages.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/detection.cpp
Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp 2009-09-13 20:04:05 UTC (rev 44068)
+++ scummvm/trunk/engines/kyra/detection.cpp 2009-09-13 20:10:56 UTC (rev 44069)
@@ -205,7 +205,11 @@
{
"kyra1",
0,
- AD_ENTRY1("GEMCUT.PAK", "2bd1da653eaefd691e050e4a9eb68a64"),
+ {
+ { "GEMCUT.PAK", 0, "2bd1da653eaefd691e050e4a9eb68a64", -1 },
+ { "GEMCUT.EMC", 0, "2a3f44e179f1e9f7643e90083c747571", -1 },
+ { NULL, 0, NULL, 0 }
+ },
Common::EN_ANY,
Common::kPlatformAmiga,
ADGF_NO_FLAGS,
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