diff options
Diffstat (limited to 'engines/dm/detection.cpp')
-rw-r--r-- | engines/dm/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp index 8f7c439066..8b745bb910 100644 --- a/engines/dm/detection.cpp +++ b/engines/dm/detection.cpp @@ -101,6 +101,10 @@ public: _singleId = "dm"; } + virtual const char *getEngineId() const { + return "dm"; + } + virtual const char *getName() const { return "Dungeon Master"; } |