aboutsummaryrefslogtreecommitdiff
path: root/engines/lab
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-15 18:34:15 +0200
committerBastien Bouclet2019-11-03 11:43:00 +0100
commit9c8bd056d6d597a10f7f653b559dc34cd2bd2be9 (patch)
treeb38576232baefa4c4310498ca7df184fff8d12c1 /engines/lab
parent4b42112721a3a12ee10652f2c1dfcd227ab140b3 (diff)
downloadscummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.tar.gz
scummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.tar.bz2
scummvm-rg350-9c8bd056d6d597a10f7f653b559dc34cd2bd2be9.zip
ENGINES: Stop using 'single id'
Diffstat (limited to 'engines/lab')
-rw-r--r--engines/lab/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 009bd5cdf7..a2570f65b7 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -115,8 +115,6 @@ uint32 LabEngine::getFeatures() const {
class LabMetaEngine : public AdvancedMetaEngine {
public:
LabMetaEngine() : AdvancedMetaEngine(labDescriptions, sizeof(ADGameDescription), lab_setting) {
- _singleId = "lab";
-
_maxScanDepth = 4;
_directoryGlobs = directoryGlobs;
_flags = kADFlagUseExtraAsHint;