diff options
author | Strangerke | 2014-02-15 18:02:44 +0100 |
---|---|---|
committer | Strangerke | 2014-02-15 18:02:44 +0100 |
commit | e0711361085505ce55f4b9254dd7638d14f4b8c1 (patch) | |
tree | d2ed6f2c678e9f221e4f79cfab2dd505477fad8f /engines/queen | |
parent | 0a00f2c91ab43e7d195856c8463e6b5e4d75486a (diff) | |
download | scummvm-rg350-e0711361085505ce55f4b9254dd7638d14f4b8c1.tar.gz scummvm-rg350-e0711361085505ce55f4b9254dd7638d14f4b8c1.tar.bz2 scummvm-rg350-e0711361085505ce55f4b9254dd7638d14f4b8c1.zip |
QUEEN: Add detection of French versions reported in bug #6534
Diffstat (limited to 'engines/queen')
-rw-r--r-- | engines/queen/detection.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp index 57b314c088..d8e37eb6b3 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -172,35 +172,31 @@ static const QueenGameDescription gameDescriptions[] = { }, }, -#if 0 // DOS Floppy - French { { "queen", "Floppy", - AD_ENTRY1s("queen.1", NULL, 22157304), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", f5e827645d3c887be3bdf4729d847756, 22157304), Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOSPEECH) }, }, -#endif -#if 0 // DOS CD - French { { "queen", "Talkie", - AD_ENTRY1s("queen.1", NULL, 186689095), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", "6fd5486a0db75bae2e023b575c3d6a5d", 186689095), Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_ALT_INTRO) }, }, -#endif #if 0 // DOS Floppy - German |