diff options
Diffstat (limited to 'engines/macventure')
-rw-r--r-- | engines/macventure/detection.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp index 007c59922b..5c419e8934 100644 --- a/engines/macventure/detection.cpp +++ b/engines/macventure/detection.cpp @@ -66,7 +66,16 @@ public: const char *getName() const { return "MacVenture"; } - const char *getOriginalCopyright() const { + + const char *getEngineId() const override { + return "macventure"; + } + + const char *getName() const override { + return "MacVenture"; + } + + const char *getOriginalCopyright() const override { return "(C) ICOM Simulations"; } |