aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/detection.cpp')
-rw-r--r--engines/tinsel/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index a68ce0b8bd..408247b03e 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -88,6 +88,10 @@ public:
_singleId = "tinsel";
}
+ const char *getEngineId() const {
+ return "tinsel";
+ }
+
virtual const char *getName() const {
return "Tinsel";
}