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/cryomni3d | |
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/cryomni3d')
-rw-r--r-- | engines/cryomni3d/detection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp index 9cb5a67357..11c78ba303 100644 --- a/engines/cryomni3d/detection.cpp +++ b/engines/cryomni3d/detection.cpp @@ -104,7 +104,6 @@ class CryOmni3DMetaEngine : public AdvancedMetaEngine { public: CryOmni3DMetaEngine() : AdvancedMetaEngine(CryOmni3D::gameDescriptions, sizeof(CryOmni3DGameDescription), cryomni3DGames, optionsList) { - //_singleId = "cryomni3d"; _maxScanDepth = 1; } |