aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/detection.cpp')
-rw-r--r--engines/mohawk/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 278cce2878..bc7f6cda38 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -136,7 +136,6 @@ bool MohawkEngine_Riven::hasFeature(EngineFeature f) const {
} // End of Namespace Mohawk
static const PlainGameDescriptor mohawkGames[] = {
- {"mohawk", "Mohawk Game"},
{"myst", "Myst"},
{"makingofmyst", "The Making of Myst"},
{"riven", "Riven: The Sequel to Myst"},
@@ -196,7 +195,6 @@ static const ADExtraGuiOptionsMap optionsList[] = {
class MohawkMetaEngine : public AdvancedMetaEngine {
public:
MohawkMetaEngine() : AdvancedMetaEngine(Mohawk::gameDescriptions, sizeof(Mohawk::MohawkGameDescription), mohawkGames, optionsList) {
- _singleId = "mohawk";
_maxScanDepth = 2;
_directoryGlobs = directoryGlobs;
}