diff options
author | Filippos Karapetis | 2013-12-20 01:57:03 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-12-20 02:10:34 +0200 |
commit | 7ea0386307828af4f4866261eb28b7faad0a6489 (patch) | |
tree | f3e64a9ab32b2548cff4a085b599cc815cb44ce0 | |
parent | 1d77c9f0cf710e1f9f439ad371cb1b49624aed75 (diff) | |
download | scummvm-rg350-7ea0386307828af4f4866261eb28b7faad0a6489.tar.gz scummvm-rg350-7ea0386307828af4f4866261eb28b7faad0a6489.tar.bz2 scummvm-rg350-7ea0386307828af4f4866261eb28b7faad0a6489.zip |
NEVERHOOD: Disable the fanmade Russian Fargus release for now
This version has broken resources that corrupt the heap
(e.g. the menu header).
-rw-r--r-- | engines/neverhood/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 } }; |