diff options
Diffstat (limited to 'engines/sword25')
-rw-r--r-- | engines/sword25/detection.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp index 2c91961242..44e3f34708 100644 --- a/engines/sword25/detection.cpp +++ b/engines/sword25/detection.cpp @@ -56,6 +56,11 @@ public: _maxScanDepth = 2; _directoryGlobs = directoryGlobs; } + + const char *getEngineId() const { + return "sword25"; + } + virtual const char *getName() const { return "Broken Sword 2.5"; } |