diff options
author | JenniBee | 2013-04-13 02:05:21 -0400 |
---|---|---|
committer | JenniBee | 2013-04-13 02:05:21 -0400 |
commit | 08520377daa85f7c97e563a4794c7062636b1c72 (patch) | |
tree | 4d36d0c514282e54dc5de658fa355189adbd66f5 | |
parent | f9e436a1b7d10ba61096bffc44f2a4aa1f46c862 (diff) | |
download | scummvm-rg350-08520377daa85f7c97e563a4794c7062636b1c72.tar.gz scummvm-rg350-08520377daa85f7c97e563a4794c7062636b1c72.tar.bz2 scummvm-rg350-08520377daa85f7c97e563a4794c7062636b1c72.zip |
WINTERMUTE: Fixed the Reversion 1.1 Entries
-rw-r--r-- | engines/wintermute/detection_tables.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 1f3ffd5fc9..f2a42ca59f 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -245,7 +245,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"chinese.dcp", 0, "cf97150739499a4c15f51dc534ff85a1", 6330561}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::ZH_CNA, Common::kPlatformWindows, @@ -258,7 +259,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"english.dcp", 0, "7b2f061d7c91365c5d04605f1de032b3", 5702699}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::EN_ANY, Common::kPlatformWindows, @@ -271,7 +273,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"french.dcp", 0, "214204b6022c5ed67fada44557690faf", 6327400}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::FR_FRA, Common::kPlatformWindows, @@ -284,7 +287,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"german.dcp", 0, "96677823b36d580a4a29e3659071071c", 6340699}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::DE_DEU, Common::kPlatformWindows, @@ -297,7 +301,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"italian.dcp", 0, "9ce80c1835108f10170a02969f71efe1", 6301836}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::IT_ITA, Common::kPlatformWindows, @@ -310,7 +315,8 @@ static const ADGameDescription gameDescriptions[] = { "Version 1.1", { {"portugues.dcp", 0, "8772501afa2c630a7c697eb99e9c7bda", 5053303}, - AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + ("data.dcp", 0, "cd616f98ebfd047e0c540b50b4b70761", 254384531), + AD_LISTEND }, Common::PT_BRA, Common::kPlatformWindows, |