aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index a4e292613c..8a94ada9a3 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -454,7 +454,6 @@ void Scumm_v5::o5_actorSet() {
case 9: /* elevation */
a->elevation = getVarOrDirectWord(0x80);
a->needRedraw = true;
- a->needBgReset = true;
break;
case 10: /* defaultanims */
a->initFrame = 1;
@@ -505,7 +504,6 @@ void Scumm_v5::o5_actorSet() {
}
a->needRedraw = true;
- a->needBgReset = true;
break;
case 18: /* neverzclip */
a->forceClip = 0;