aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/detection.cpp')
-rw-r--r--engines/neverhood/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index 0054301a63..dcaf6536c7 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -202,6 +202,10 @@ public:
_guiOptions = GUIO2(GUIO_NOSUBTITLES, GUIO_NOMIDI);
}
+ const char *getEngineId() const {
+ return "neverhood";
+ }
+
virtual const char *getName() const {
return "The Neverhood Chronicles";
}