From be9833a43fe28b743bdbd5f75e7de5cc789e9e4f Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 14 Jan 2014 23:07:54 +0000 Subject: [PATCH] QUEEN: Switch unknown md5sums in detection entries for NULL. This tells the advanced detector to skip MD5 validation for this detection entry, so only filename and size are used as per the original detection code. --- engines/queen/detection.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp index e56efd5e17b..d2141b8f68b 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -127,7 +127,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Floppy", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 351775), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 351775), // TODO: Fill in correct MD5 Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, @@ -166,7 +166,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Floppy", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 22157304), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 22157304), // TODO: Fill in correct MD5 Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -179,7 +179,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Talkie", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 186689095), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 186689095), // TODO: Fill in correct MD5 Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -192,7 +192,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Floppy", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 22240013), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 22240013), // TODO: Fill in correct MD5 Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -205,7 +205,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Talkie", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 217648975), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 217648975), // TODO: Fill in correct MD5 Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -218,7 +218,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Talkie", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 190705558), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 190705558), // TODO: Fill in correct MD5 Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -231,7 +231,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Floppy", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 22461366), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 22461366), // TODO: Fill in correct MD5 Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, @@ -257,7 +257,7 @@ static const QueenGameDescription gameDescriptions[] = { { "queen", "Talkie", - AD_ENTRY1s("queen.1", "00000000000000000000000000000000", 190730602), // TODO: Fill in correct MD5 + AD_ENTRY1s("queen.1", NULL, 190730602), // TODO: Fill in correct MD5 Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS,