diff options
author | Torbjörn Andersson | 2009-05-05 16:58:54 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2009-05-05 16:58:54 +0000 |
commit | e9e9725946e40210c9f92504aade58ec1c1e333a (patch) | |
tree | 6df1c846b2f0b89b43f983b8affd111020bef960 /engines | |
parent | bb4b2a506005dec449b854a2842550007ed46b1e (diff) | |
download | scummvm-rg350-e9e9725946e40210c9f92504aade58ec1c1e333a.tar.gz scummvm-rg350-e9e9725946e40210c9f92504aade58ec1c1e333a.tar.bz2 scummvm-rg350-e9e9725946e40210c9f92504aade58ec1c1e333a.zip |
Added detection entry for the German 16-colour version, which was included on
the "Classic Collection" CD I just bought.
svn-id: r40330
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cruise/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 791b6006fc..e6110652a2 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -109,6 +109,18 @@ static const CRUISEGameDescription gameDescriptions[] = { { { "cruise", + "16 colors", + AD_ENTRY1("D1", "287d2ec1799e2f881dee23c70be96e81"), + Common::DE_DEU, + Common::kPlatformPC, + ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, + { + { + "cruise", "256 colors", AD_ENTRY1("D1", "f2a26522d49983c4ae32bcccbb801b02"), Common::DE_DEU, |