DRASCULA: Initialize class variables. CID 1003403

This commit is contained in:
Eugene Sandulenko 2013-10-18 16:01:10 +03:00
parent 2a6a23e88a
commit 6ff57db90f

View File

@ -115,6 +115,32 @@ DrasculaEngine::DrasculaEngine(OSystem *syst, const DrasculaGameDescription *gam
_roomActionsSize = 0;
_talkSequencesSize = 0;
_numLangs = 0;
feetHeight = 0;
floorX1 = 0;
floorY1 = 0;
floorX2 = 0;
floorY2 = 0;
lowerLimit = 0;
upperLimit = 0;
trackFinal = 0;
walkToObject = 0;
objExit = 0;
_startTime = 0;
hasAnswer = 0;
savedTime = 0;
breakOut = 0;
vonBraunX = 0;
trackVonBraun = 0;
vonBraunHasMoved = 0;
newHeight = 0;
newWidth = 0;
color_solo = 0;
igorX = 0;
igorY = 0;
trackIgor = 0;
drasculaX = 0;
drasculaY = 0;
trackDrascula = 0;
_color = 0;
blinking = 0;