aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r--engines/adl/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index d0a6a652da..649629094f 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -368,6 +368,10 @@ public:
return "ADL";
}
+ const char *getEngineId() const {
+ return "adl";
+ }
+
const char *getOriginalCopyright() const override {
return "Copyright (C) Sierra On-Line";
}