diff options
author | Travis Howell | 2009-01-02 09:53:11 +0000 |
---|---|---|
committer | Travis Howell | 2009-01-02 09:53:11 +0000 |
commit | b8fe877fa8e376c0b4b8971f83c649c58bc288d0 (patch) | |
tree | 64c80e4fd5f885b5208a086fccabe3f67fb1ab81 /engines/cruise | |
parent | 690b88f9824a85bc0f9abed12c2ec6b7a72b5ced (diff) | |
download | scummvm-rg350-b8fe877fa8e376c0b4b8971f83c649c58bc288d0.tar.gz scummvm-rg350-b8fe877fa8e376c0b4b8971f83c649c58bc288d0.tar.bz2 scummvm-rg350-b8fe877fa8e376c0b4b8971f83c649c58bc288d0.zip |
Add German, Italian and Spanish VGA versions of Cruise for a Corpse.
svn-id: r35669
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/detection.cpp | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 7d948acb36..93b802ba91 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -74,6 +74,18 @@ static const CRUISEGameDescription gameDescriptions[] = { 0, }, { + { + "cruise", + "256 colors", + AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, + { { "cruise", "256 colors", @@ -86,11 +98,35 @@ static const CRUISEGameDescription gameDescriptions[] = { 0, }, { - { + { "cruise", "256 colors", - AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"), - Common::EN_ANY, + AD_ENTRY1("D1", "f2a26522d49983c4ae32bcccbb801b02"), + Common::DE_DEU, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, + { + { + "cruise", + "256 colors", + AD_ENTRY1("D1", "e19a4ab2e24a69087e4ea994a5506231"), + Common::IT_ITA, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, + { + { + "cruise", + "256 colors", + AD_ENTRY1("D1", "9a302ada55600d96061fda1d63a6ccda"), + Common::ES_ESP, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, |