Skip to content

Commit

Permalink
DRASCULA: More variables initialized. CID 1003403
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 9, 2013
1 parent 6491ad1 commit fe67837
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions engines/drascula/drascula.cpp
Expand Up @@ -176,6 +176,20 @@ DrasculaEngine::DrasculaEngine(OSystem *syst, const DrasculaGameDescription *gam
_rightMouseButton = 0;
*textName = 0;

crosshairCursor = 0;
mouseCursor = 0;
bgSurface = 0;
backSurface = 0;
cursorSurface = 0;
drawSurface3 = 0;
drawSurface2 = 0;
tableSurface = 0;
extraSurface = 0;
screenSurface = 0;
frontSurface = 0;
previousMusic = 0;
roomMusic = 0;

_rnd = new Common::RandomSource("drascula");

_console = 0;
Expand Down

0 comments on commit fe67837

Please sign in to comment.