diff options
Diffstat (limited to 'engines/mortevielle')
-rw-r--r-- | engines/mortevielle/detection.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mortevielle/detection.cpp b/engines/mortevielle/detection.cpp index c4a4841ee2..fc1acff29d 100644 --- a/engines/mortevielle/detection.cpp +++ b/engines/mortevielle/detection.cpp @@ -60,6 +60,11 @@ public: // (i.e. use or not of the game data file). _flags = kADFlagUseExtraAsHint; } + + const char *getEngineId() const { + return "mortevielle"; + } + virtual const char *getName() const { return "Mortville Manor"; } |