aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/detection.cpp')
-rw-r--r--engines/xeen/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp
index 315b169655..3a19172fbc 100644
--- a/engines/xeen/detection.cpp
+++ b/engines/xeen/detection.cpp
@@ -121,6 +121,10 @@ public:
_maxScanDepth = 3;
}
+ virtual const char *getEngineId() const {
+ return "xeen";
+ }
+
virtual const char *getName() const {
return "Xeen";
}