aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/detection.cpp')
-rw-r--r--engines/mads/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp
index b729bdfb95..77df3a0e9d 100644
--- a/engines/mads/detection.cpp
+++ b/engines/mads/detection.cpp
@@ -144,6 +144,10 @@ public:
_maxScanDepth = 3;
}
+ virtual const char *getEngineId() const {
+ return "mads";
+ }
+
virtual const char *getName() const {
return "MADS";
}