mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
fixed some more valgrind warnings
svn-id: r6756
This commit is contained in:
parent
992b4f479f
commit
cb04f9f9b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user