aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-06-07 16:36:01 +0000
committerMax Horn2002-06-07 16:36:01 +0000
commit7fc516ba9852ee22e3def0214ba1002ddb287fa8 (patch)
tree6ffffc90a78f0d55d6a177651ec411ac86a6b360
parent62eeaddfd4b4f69059972ad11bb1ab1264b72556 (diff)
downloadscummvm-rg350-7fc516ba9852ee22e3def0214ba1002ddb287fa8.tar.gz
scummvm-rg350-7fc516ba9852ee22e3def0214ba1002ddb287fa8.tar.bz2
scummvm-rg350-7fc516ba9852ee22e3def0214ba1002ddb287fa8.zip
removed useless (read: already done in other place) code
svn-id: r4414
-rw-r--r--scummvm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 746ba973b8..05e57d7efa 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -300,8 +300,6 @@ int Scumm::scummLoop(int delta)
charset._hasMask = false;
redrawVerbs();
_fullRedraw = true;
- for (i = 0, a = getFirstActor(); i < NUM_ACTORS; i++, a++)
- a->needRedraw = 1;
}
runAllScripts();
@@ -422,7 +420,7 @@ void Scumm::startScene(int room, Actor * a, int objectNr)
clearDrawObjectQueue();
_vars[VAR_ROOM] = room;
- _fullRedraw = 1;
+ _fullRedraw = true;
increaseResourceCounter();