Skip to content

Commit

Permalink
DREAMWEB: Initialize few more class variables. CID 1003402
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 18, 2013
1 parent 6ff57db commit fee20eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions engines/dreamweb/dreamweb.cpp
Expand Up @@ -225,6 +225,13 @@ DreamWebEngine::DreamWebEngine(OSystem *syst, const DreamWebGameDescription *gam
_linePointer = 0;
_lineDirection = 0;
_lineLength = 0;

_subtitles = 0;
_foreignRelease = 0;
_wonGame = 0;
_hasSpeech = 0;
_roomsSample = 0;
_copyProtection = 0;
}

DreamWebEngine::~DreamWebEngine() {
Expand Down

0 comments on commit fee20eb

Please sign in to comment.