aboutsummaryrefslogtreecommitdiff
path: root/engines/made/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r--engines/made/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index 71e2de62b5..f4f46f36ec 100644
--- a/engines/made/detection.cpp
+++ b/engines/made/detection.cpp
@@ -46,7 +46,6 @@ uint16 MadeEngine::getVersion() const {
}
static const PlainGameDescriptor madeGames[] = {
- {"made", "MADE engine game"},
{"manhole", "The Manhole"},
{"rtz", "Return to Zork"},
{"lgop2", "Leather Goddesses of Phobos 2"},
@@ -57,7 +56,6 @@ static const PlainGameDescriptor madeGames[] = {
class MadeMetaEngine : public AdvancedMetaEngine {
public:
MadeMetaEngine() : AdvancedMetaEngine(Made::gameDescriptions, sizeof(Made::MadeGameDescription), madeGames) {
- _singleId = "made";
}
const char *getEngineId() const {