Little fix for the Loom room

svn-id: r3578
This commit is contained in:
Vincent Hamm 2002-02-14 15:09:40 +00:00
parent c88e7351b4
commit 72d4b02cb0
2 changed files with 2 additions and 2 deletions

View file

@ -322,7 +322,7 @@ int Scumm::scummLoop(int delta) {
camera._cur.y != camera._last.y || _BgNeedsRedraw ||
_fullRedraw) {
#endif
redrawBGAreas();
redrawBGAreas();
}
processDrawQue();
setActorRedrawFlags();