mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
HACK needed for Spanish Simon1 Talkie too.
svn-id: r13307
This commit is contained in:
parent
c0e6295845
commit
d26f96e9ad
@ -4346,7 +4346,7 @@ byte *SimonEngine::read_vga_from_datfile_2(uint id) {
|
||||
// allocate more space for text to cope with foreign languages that use
|
||||
// up more space than english. I hope 6400 bytes are enough. This number
|
||||
// is base on: 2 (lines) * 320 (screen width) * 10 (textheight) -- olki
|
||||
if ((_game & GF_SIMON2) && id == 5)
|
||||
if (id == 5)
|
||||
size += 6400;
|
||||
|
||||
dst = setup_vga_destination(size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user