aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/detection.cpp')
-rw-r--r--engines/prince/detection.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index 2d1cc30647..400c2dae88 100644
--- a/engines/prince/detection.cpp
+++ b/engines/prince/detection.cpp
@@ -153,10 +153,14 @@ public:
_directoryGlobs = directoryGlobs;
}
- virtual const char *getName() const {
- return "The Prince and the Coward";
+ const char *getEngineId() const {
+ return "prince";
}
+ virtual const char *getName() const {
+ return "The Prince and the Coward";
+ }
+
virtual const char *getOriginalCopyright() const {
return "The Prince and the Coward (C) 1996-97 Metropolis";
}