diff options
Diffstat (limited to 'engines/bbvs')
-rw-r--r-- | engines/bbvs/detection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp index 6966719b7e..19d1b62d00 100644 --- a/engines/bbvs/detection.cpp +++ b/engines/bbvs/detection.cpp @@ -69,7 +69,6 @@ static const char * const directoryGlobs[] = { class BbvsMetaEngine : public AdvancedMetaEngine { public: BbvsMetaEngine() : AdvancedMetaEngine(Bbvs::gameDescriptions, sizeof(ADGameDescription), bbvsGames) { - _singleId = "bbvs"; _maxScanDepth = 3; _directoryGlobs = directoryGlobs; } |