DREAMWEB: Initialize few more class variables. CID 1003402

This commit is contained in:
Eugene Sandulenko 2013-10-18 16:04:48 +03:00
parent 6ff57db90f
commit fee20ebe31

View file

@ -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() {