diff options
Diffstat (limited to 'engines/sword25/detection.cpp')
-rw-r--r-- | engines/sword25/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp index caa1cf51ac..fd5820d508 100644 --- a/engines/sword25/detection.cpp +++ b/engines/sword25/detection.cpp @@ -102,7 +102,7 @@ public: Sword25MetaEngine() : AdvancedMetaEngine(detectionParams) {} virtual const char *getName() const { - return "Broken Sword 2.5"; + return "Sword25"; } virtual const char *getOriginalCopyright() const { |