aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2009-01-02 09:53:11 +0000
committerTravis Howell2009-01-02 09:53:11 +0000
commitb8fe877fa8e376c0b4b8971f83c649c58bc288d0 (patch)
tree64c80e4fd5f885b5208a086fccabe3f67fb1ab81 /engines
parent690b88f9824a85bc0f9abed12c2ec6b7a72b5ced (diff)
downloadscummvm-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')
-rw-r--r--engines/cruise/detection.cpp42
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
},