fixed some more valgrind warnings

svn-id: r6756
This commit is contained in:
Max Horn 2003-03-07 21:59:02 +00:00
parent 992b4f479f
commit cb04f9f9b3

View File

@ -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;