aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/detection.cpp
diff options
context:
space:
mode:
authorD G Turner2014-01-14 23:07:54 +0000
committerD G Turner2014-01-14 23:07:54 +0000
commitbe9833a43fe28b743bdbd5f75e7de5cc789e9e4f (patch)
tree2de79a31b53b0ea2b2971243798d17a72bc84116 /engines/queen/detection.cpp
parent6db7b81d5c8270fda6d65e71401ef571367617dd (diff)
downloadscummvm-rg350-be9833a43fe28b743bdbd5f75e7de5cc789e9e4f.tar.gz
scummvm-rg350-be9833a43fe28b743bdbd5f75e7de5cc789e9e4f.tar.bz2
scummvm-rg350-be9833a43fe28b743bdbd5f75e7de5cc789e9e4f.zip
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.
Diffstat (limited to 'engines/queen/detection.cpp')
-rw-r--r--engines/queen/detection.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index e56efd5e17..d2141b8f68 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,