mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
DRASCULA: Initialize class variables. CID 1003403
This commit is contained in:
parent
2a6a23e88a
commit
6ff57db90f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user