fix for ega palette, more

svn-id: r6965
This commit is contained in:
Paweł Kołodziejski 2003-04-11 05:31:18 +00:00
parent f1aa6daf00
commit c4a51041d4
2 changed files with 5 additions and 2 deletions

View file

@ -157,7 +157,9 @@ bool Scumm::loadState(int slot, bool compat, SaveFileManager *mgr) {
initScreens(0, sb, _realWidth, sh);
_completeScreenRedraw = true;
setDirtyColors(0, 255);
if (!(_features & GF_16COLOR))
setDirtyColors(0, 255);
_lastCodePtr = NULL;