aboutsummaryrefslogtreecommitdiff
path: root/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'actor.cpp')
-rw-r--r--actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/actor.cpp b/actor.cpp
index a4031ca914..dd075b1eea 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -322,7 +322,7 @@ void Scumm::setupActorScale(Actor *a) {
}
if (scale>255)
- error("Actor %d at %d, scale %d out of range", a->number, a->y, scale);
+ warning("Actor %d at %d, scale %d out of range", a->number, a->y, scale);
a->scalex = (byte)scale;
a->scaley = (byte)scale;