aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/detection.cpp')
-rw-r--r--engines/wage/detection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index 6f09fc7c9e..75bfa963d1 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -59,6 +59,11 @@ public:
_guiOptions = GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI);
}
+ virtual const char *getEngineId() const {
+ return "wage";
+ }
+
+
virtual const char *getName() const {
return "World Adventure Game Engine";
}