aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/detection.cpp')
-rw-r--r--engines/tony/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tony/detection.cpp b/engines/tony/detection.cpp
index 5cc592ad24..62e6a17897 100644
--- a/engines/tony/detection.cpp
+++ b/engines/tony/detection.cpp
@@ -71,6 +71,10 @@ public:
TonyMetaEngine() : AdvancedMetaEngine(Tony::gameDescriptions, sizeof(Tony::TonyGameDescription), tonyGames) {
}
+ virtual const char *getEngineId() const {
+ return "tony";
+ }
+
virtual const char *getName() const {
return "Tony Tough and the Night of Roasted Moths";
}