diff options
author | Eugene Sandulenko | 2016-01-12 23:58:15 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-01-12 23:58:15 +0100 |
commit | 8cd50910685103e0ff59fe4634536b5ac4e67c1d (patch) | |
tree | 7e94e9f7cd23c5592f558d1f3796422cd93242df /engines/neverhood | |
parent | d021cc34486d7d724caca75592b1d1070f24069b (diff) | |
download | scummvm-rg350-8cd50910685103e0ff59fe4634536b5ac4e67c1d.tar.gz scummvm-rg350-8cd50910685103e0ff59fe4634536b5ac4e67c1d.tar.bz2 scummvm-rg350-8cd50910685103e0ff59fe4634536b5ac4e67c1d.zip |
NEVERHOOD: Fix another crash in Russian version
Diffstat (limited to 'engines/neverhood')
-rw-r--r-- | engines/neverhood/resourceman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/resourceman.cpp b/engines/neverhood/resourceman.cpp index 81a9d8a907..7320cfa4e4 100644 --- a/engines/neverhood/resourceman.cpp +++ b/engines/neverhood/resourceman.cpp @@ -120,6 +120,7 @@ static const EntrySizeFix entrySizeFixes[] = { // Fixes for the Russian "Fargus" version { 0x041137051, 758264, 29037, 49590, 49591 }, // "Options" menu header text { 0x0c10b2015, 787304, 4414, 15848, 15853 }, // Text on option buttons + { 0x006802920, 1076824, 1010, 5642, 1546 }, // Crash in front of the Aqua House // { 0, 0, 0, 0, 0 } }; |