aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/actor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 5691837518..aa9f9813d5 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -109,10 +109,13 @@ public:
// Constructor, sets all data to 0
Actor() {
+ _vm = 0;
+
top = bottom = 0;
number = 0;
needRedraw = needBgReset = costumeNeedsInit = visible = false;
flip = false;
+ speedx = speedy = 0;
frame = 0;
walkbox = 0;
animProgress = 0;