From 7ea0386307828af4f4866261eb28b7faad0a6489 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 20 Dec 2013 01:57:03 +0200 Subject: NEVERHOOD: Disable the fanmade Russian Fargus release for now This version has broken resources that corrupt the heap (e.g. the menu header). --- engines/neverhood/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/neverhood/detection.cpp') diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp index e5486bbcf5..10f2bc1e00 100644 --- a/engines/neverhood/detection.cpp +++ b/engines/neverhood/detection.cpp @@ -130,6 +130,9 @@ static const NeverhoodGameDescription gameDescriptions[] = { 0, }, +// FIXME: Disabled for now, as it has broken resources that corrupt the heap +// (e.g. the menu header). +#if 0 { // Neverhood Russian version. Fargus { @@ -146,6 +149,7 @@ static const NeverhoodGameDescription gameDescriptions[] = { 0, 0, }, +#endif { AD_TABLE_END_MARKER, 0, 0, 0, 0 } }; -- cgit v1.2.3