aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/detection.cpp')
-rw-r--r--engines/lastexpress/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index 608fe9bd36..3e6aa3a17b 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -231,6 +231,10 @@ public:
_guiOptions = GUIO2(GUIO_NOSUBTITLES, GUIO_NOSFX);
}
+ const char *getEngineId() const {
+ return "lastexpress";
+ }
+
const char *getName() const {
return "The Last Express";
}