aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorChristopher Page2008-06-11 17:36:21 +0000
committerChristopher Page2008-06-11 17:36:21 +0000
commite86a422e252ade394ca796cae767c4d3221d3c4a (patch)
treecce35a7a31f15119d531a91448a19029e0099b99 /engines/agi
parent4fddafa3e6ef1c250804ea6ce9baaf2a911027e8 (diff)
parent33fd755a0ebab6d3ca4e877b15c4d3d7d25877f9 (diff)
downloadscummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.tar.gz
scummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.tar.bz2
scummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.zip
Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-32639,32644-32646,32648-32666 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32667
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index f526c51a27..cd6942f9c0 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -2148,7 +2148,7 @@ bool AgiMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common:
}
const Common::ADGameDescription *AgiMetaEngine::fallbackDetect(const FSList *fslist) const {
- typedef Common::HashMap<Common::String, int32, Common::CaseSensitiveString_Hash, Common::CaseSensitiveString_EqualTo> IntMap;
+ typedef Common::HashMap<Common::String, int32> IntMap;
IntMap allFiles;
bool matchedUsingFilenames = false;
bool matchedUsingWag = false;