mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 11:41:25 +00:00
Charset 0 is loaded on start in original versions of OLD_BUNDLE games too
svn-id: r20955
This commit is contained in:
parent
fa6821df14
commit
be30d257e3
@ -1337,11 +1337,11 @@ void ScummEngine::scummInit() {
|
||||
}
|
||||
}
|
||||
|
||||
if (_game.version > 3 && _game.version < 8)
|
||||
if (_game.version >= 4 && _game.version <= 7)
|
||||
loadCharset(1);
|
||||
|
||||
if (_game.features & GF_OLD_BUNDLE)
|
||||
loadCharset(0); // FIXME - HACK ?
|
||||
loadCharset(0);
|
||||
|
||||
setShake(0);
|
||||
setupCursor();
|
||||
|
Loading…
x
Reference in New Issue
Block a user