mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
Fix HE regressions.
svn-id: r18034
This commit is contained in:
parent
22f4b63df8
commit
ff20d8c4df
@ -1015,6 +1015,8 @@ void ScummEngine_v71he::processActors() {
|
||||
if (!_skipProcessActors)
|
||||
ScummEngine::processActors();
|
||||
|
||||
_fullRedraw = false;
|
||||
|
||||
postProcessAuxQueue();
|
||||
}
|
||||
|
||||
@ -1028,6 +1030,8 @@ void ScummEngine_v90he::processActors() {
|
||||
if (!_skipProcessActors)
|
||||
ScummEngine::processActors();
|
||||
|
||||
_fullRedraw = false;
|
||||
|
||||
postProcessAuxQueue();
|
||||
|
||||
spritesMarkDirty(true);
|
||||
|
Loading…
Reference in New Issue
Block a user