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