diff options
Diffstat (limited to 'engines/sword25')
-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 c5f55b5a26..2c91961242 100644 --- a/engines/sword25/detection.cpp +++ b/engines/sword25/detection.cpp @@ -57,7 +57,7 @@ public: _directoryGlobs = directoryGlobs; } virtual const char *getName() const { - return "Sword25"; + return "Broken Sword 2.5"; } virtual const char *getOriginalCopyright() const { |