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