diff options
author | Bastien Bouclet | 2016-09-15 18:34:15 +0200 |
---|---|---|
committer | Bastien Bouclet | 2019-11-03 11:43:00 +0100 |
commit | 9c8bd056d6d597a10f7f653b559dc34cd2bd2be9 (patch) | |
tree | b38576232baefa4c4310498ca7df184fff8d12c1 /engines/cruise | |
parent | 4b42112721a3a12ee10652f2c1dfcd227ab140b3 (diff) | |
download | scummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.tar.gz scummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.tar.bz2 scummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.zip |
ENGINES: Stop using 'single id'
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/detection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index f75df975a1..e657318440 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -48,7 +48,6 @@ Common::Platform CruiseEngine::getPlatform() const { } static const PlainGameDescriptor cruiseGames[] = { - {"cruise", "Cinematique evo.2 engine game"}, {"cruise", "Cruise for a Corpse"}, {0, 0} }; @@ -196,7 +195,6 @@ static const CRUISEGameDescription gameDescriptions[] = { class CruiseMetaEngine : public AdvancedMetaEngine { public: CruiseMetaEngine() : AdvancedMetaEngine(Cruise::gameDescriptions, sizeof(Cruise::CRUISEGameDescription), cruiseGames) { - _singleId = "cruise"; _guiOptions = GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI); } |