diff options
Diffstat (limited to 'engines/sludge')
-rw-r--r-- | engines/sludge/detection.cpp | 4 |
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"; } |