[Scummvm-git-logs] scummvm master -> d6100aa891bcfa80d722da383de072843e32d484
bluegr
noreply at scummvm.org
Thu Dec 29 16:04:41 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d6100aa891 NEVERHOOD: Remove "Chronicles" from detection name
Commit: d6100aa891bcfa80d722da383de072843e32d484
https://github.com/scummvm/scummvm/commit/d6100aa891bcfa80d722da383de072843e32d484
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-29T18:04:37+02:00
Commit Message:
NEVERHOOD: Remove "Chronicles" from detection name
"Chronicles" is used on the title screen but never on other media
Changed paths:
engines/neverhood/detection.cpp
diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index fa6d9c76f90..856333bcef5 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -28,7 +28,7 @@
#include "neverhood/detection.h"
static const PlainGameDescriptor neverhoodGames[] = {
- {"neverhood", "The Neverhood Chronicles"},
+ {"neverhood", "The Neverhood"},
{nullptr, nullptr}
};
@@ -142,11 +142,11 @@ public:
}
const char *getEngineName() const override {
- return "The Neverhood Chronicles";
+ return "The Neverhood";
}
const char *getOriginalCopyright() const override {
- return "The Neverhood Chronicles (C) The Neverhood, Inc.";
+ return "The Neverhood (C) The Neverhood, Inc.";
}
};
More information about the Scummvm-git-logs
mailing list