aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/detection.cpp')
-rw-r--r--engines/tucker/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp
index 36574b8a1a..39ecf156f8 100644
--- a/engines/tucker/detection.cpp
+++ b/engines/tucker/detection.cpp
@@ -128,6 +128,10 @@ public:
_singleId = "tucker";
}
+ const char *getEngineId() const {
+ return "tucker";
+ }
+
virtual const char *getName() const {
return "Bud Tucker in Double Trouble";
}