aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood
diff options
context:
space:
mode:
authorjohndoe1232013-01-29 13:05:19 +0000
committerWillem Jan Palenstijn2013-05-08 20:47:43 +0200
commit2a571d71b054b5dc90c7cee669f25766206fbb36 (patch)
treeca5c5936acd665ada20d3f396c991ade70c839eb /engines/neverhood
parenta80bafeb2eb67756fc5765468c4c7ac3e1c024d4 (diff)
downloadscummvm-rg350-2a571d71b054b5dc90c7cee669f25766206fbb36.tar.gz
scummvm-rg350-2a571d71b054b5dc90c7cee669f25766206fbb36.tar.bz2
scummvm-rg350-2a571d71b054b5dc90c7cee669f25766206fbb36.zip
NEVERHOOD: Fix GUI options and game copyright
Diffstat (limited to 'engines/neverhood')
-rw-r--r--engines/neverhood/detection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index 1c88c34473..4224e08210 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -113,6 +113,7 @@ class NeverhoodMetaEngine : public AdvancedMetaEngine {
public:
NeverhoodMetaEngine() : AdvancedMetaEngine(Neverhood::gameDescriptions, sizeof(Neverhood::NeverhoodGameDescription), neverhoodGames) {
_singleid = "neverhood";
+ _guioptions = GUIO2(GUIO_NOSUBTITLES, GUIO_NOMIDI);
}
virtual const char *getName() const {
@@ -120,7 +121,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Neverhood Engine (C) Infogrames";
+ return "Neverhood (C) The Neverhood, Inc.";
}
virtual bool hasFeature(MetaEngineFeature f) const;
@@ -257,3 +258,4 @@ SaveStateDescriptor NeverhoodMetaEngine::querySaveMetaInfos(const char *target,
#else
REGISTER_PLUGIN_STATIC(NEVERHOOD, PLUGIN_TYPE_ENGINE, NeverhoodMetaEngine);
#endif
+