aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/detection.cpp')
-rw-r--r--engines/lure/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index ae9e2b0cf9..b9473b2f3c 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -215,6 +215,10 @@ public:
_guiOptions = GUIO1(GUIO_NOSPEECH);
}
+ const char *getEngineId() const {
+ return "lure";
+ }
+
virtual const char *getName() const {
return "Lure of the Temptress";
}