aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 727280e7ae..49e67ae26c 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -499,8 +499,6 @@ void Scumm_v5::o5_actorSet() {
a->scaley = getVarOrDirectByte(0x40);
}
- if (a->scalex > 255 || a->scaley > 255)
- error("Setting an bad actor scale!");
a->needRedraw = true;
a->needBgReset = true;
break;