aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/detection.cpp')
-rw-r--r--engines/toltecs/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index a2a28e8031..d372c30f3f 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -223,6 +223,10 @@ public:
_singleId = "toltecs";
}
+ const char *getEngineId() const {
+ return "toltecs";
+ }
+
virtual const char *getName() const {
return "3 Skulls of the Toltecs";
}