mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
NEVERHOOD: Disable the fanmade Russian Fargus release for now
This version has broken resources that corrupt the heap (e.g. the menu header).
This commit is contained in:
parent
1d77c9f0cf
commit
7ea0386307
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user