mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
NEVERHOOD: Remove "Chronicles" from detection name
"Chronicles" is used on the title screen but never on other media
This commit is contained in:
parent
0d7b662077
commit
d6100aa891
@ -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.";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user