mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
DRASCULA: More uninit variables. CID 1003403
This commit is contained in:
parent
809aaead09
commit
36ad6a69ca
@ -141,6 +141,32 @@ DrasculaEngine::DrasculaEngine(OSystem *syst, const DrasculaGameDescription *gam
|
||||
drasculaX = 0;
|
||||
drasculaY = 0;
|
||||
trackDrascula = 0;
|
||||
_roomNumber = 0;
|
||||
numRoomObjs = 0;
|
||||
takeObject = 0;
|
||||
pickedObject = 0;
|
||||
_subtitlesDisabled = 0;
|
||||
_menuBar = 0;
|
||||
_menuScreen = 0;
|
||||
_hasName = 0;
|
||||
curExcuseLook = 0;
|
||||
curExcuseAction = 0;
|
||||
frame_y = 0;
|
||||
curX = 0;
|
||||
curY = 0;
|
||||
characterMoved = 0;
|
||||
curDirection = 0;
|
||||
trackProtagonist = 0;
|
||||
_characterFrame = 0;
|
||||
hare_se_ve = 0;
|
||||
roomX = 0;
|
||||
roomY = 0;
|
||||
checkFlags = 0;
|
||||
doBreak = 0;
|
||||
stepX = 0;
|
||||
stepY = 0;
|
||||
curHeight = 0;
|
||||
curWidth = 0;
|
||||
|
||||
_color = 0;
|
||||
blinking = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user