diff options
| author | Filippos Karapetis | 2007-04-27 14:43:09 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2007-04-27 14:43:09 +0000 |
| commit | bebf5e585271ffcbf87f6a8d6269cde20cc24f7c (patch) | |
| tree | 398c56d476b5297799938cc509c5d097fb0980e8 | |
| parent | c01aa37caaadb2e65667b1156a907e92e859fee8 (diff) | |
| download | scummvm-rg350-bebf5e585271ffcbf87f6a8d6269cde20cc24f7c.tar.gz scummvm-rg350-bebf5e585271ffcbf87f6a8d6269cde20cc24f7c.tar.bz2 scummvm-rg350-bebf5e585271ffcbf87f6a8d6269cde20cc24f7c.zip | |
Added the English version of Cruise for a Corpse to the detector, fixed typo
svn-id: r26606
| -rw-r--r-- | engines/cruise/detection.cpp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 15f8d44877..8ee866e233 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -47,7 +47,7 @@ Common::Platform CruiseEngine::getPlatform() const { return _gameDescription->de static const PlainGameDescriptor cruiseGames[] = { {"cruise", "Cinematique evo.2 engine game"}, - {"cruise", "Cruise for a corps"}, + {"cruise", "Cruise for a corpse"}, {0, 0} }; @@ -71,7 +71,18 @@ static const CRUISEGameDescription gameDescriptions[] = { GType_CRUISE, 0, }, - + { + { + "cruise", + "", + AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, { AD_TABLE_END_MARKER, 0, 0 } }; |
