Charset 0 is loaded on start in original versions of OLD_BUNDLE games too

svn-id: r20955
This commit is contained in:
Travis Howell 2006-02-27 12:00:10 +00:00
parent fa6821df14
commit be30d257e3

View File

@ -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();