From cb04f9f9b3b3b5b7d32bd87400bc6ad440233978 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 7 Mar 2003 21:59:02 +0000 Subject: [PATCH] fixed some more valgrind warnings svn-id: r6756 --- scumm/actor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scumm/actor.h b/scumm/actor.h index 56918375183..aa9f9813d55 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;