diff options
| author | Paul Gilbert | 2009-08-16 12:03:48 +0000 |
|---|---|---|
| committer | Paul Gilbert | 2009-08-16 12:03:48 +0000 |
| commit | 86fdd698ad3c703636830e125443cd70e7a46620 (patch) | |
| tree | 2007cfd551a94413a3d3c7042cbaa169ea78d36a | |
| parent | 0e32d53341f7b20eef356d2c8b9a93f7dca487da (diff) | |
| download | scummvm-rg350-86fdd698ad3c703636830e125443cd70e7a46620.tar.gz scummvm-rg350-86fdd698ad3c703636830e125443cd70e7a46620.tar.bz2 scummvm-rg350-86fdd698ad3c703636830e125443cd70e7a46620.zip | |
Added detection entry for the UK 16 colour version
svn-id: r43434
| -rw-r--r-- | engines/cruise/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index d7c1b1c22d..1045ed3b0b 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -70,6 +70,19 @@ static const CRUISEGameDescription gameDescriptions[] = { { { "cruise", + "16 colours", + AD_ENTRY1("D1", "cd29a4cd9162076e9a18495fe56a48f3"), + Common::EN_GRB, + Common::kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GType_CRUISE, + 0, + }, + { + { + "cruise", "16 colors", AD_ENTRY1("D1", "41a7a4d426dbd048eb369cfee4bb2717"), Common::FR_FRA, |
