Fix HE regressions.

svn-id: r18034
This commit is contained in:
Travis Howell 2005-05-10 15:43:40 +00:00
parent 22f4b63df8
commit ff20d8c4df

View File

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