Fix newgui crash, and commit patch 600645: Loom flashlight fix
svn-id: r4958
This commit is contained in:
parent
ab2eb4d928
commit
978e879009
4 changed files with 15 additions and 11 deletions
|
@ -449,13 +449,13 @@ int Scumm::scummLoop(int delta)
|
|||
}
|
||||
|
||||
processDrawQue();
|
||||
setActorRedrawFlags();
|
||||
setActorRedrawFlags(true, true);
|
||||
resetActorBgs();
|
||||
|
||||
if (!(_vars[VAR_CURRENT_LIGHTS] & LIGHTMODE_screen) &&
|
||||
_vars[VAR_CURRENT_LIGHTS] & LIGHTMODE_flashlight) {
|
||||
drawFlashlight();
|
||||
setActorRedrawFlags();
|
||||
setActorRedrawFlags(true, false);
|
||||
}
|
||||
|
||||
processActors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue