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