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