DREAMWEB: Initialize few more class variables. CID 1003402
This commit is contained in:
parent
6ff57db90f
commit
fee20ebe31
1 changed files with 7 additions and 0 deletions
|
@ -225,6 +225,13 @@ DreamWebEngine::DreamWebEngine(OSystem *syst, const DreamWebGameDescription *gam
|
||||||
_linePointer = 0;
|
_linePointer = 0;
|
||||||
_lineDirection = 0;
|
_lineDirection = 0;
|
||||||
_lineLength = 0;
|
_lineLength = 0;
|
||||||
|
|
||||||
|
_subtitles = 0;
|
||||||
|
_foreignRelease = 0;
|
||||||
|
_wonGame = 0;
|
||||||
|
_hasSpeech = 0;
|
||||||
|
_roomsSample = 0;
|
||||||
|
_copyProtection = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DreamWebEngine::~DreamWebEngine() {
|
DreamWebEngine::~DreamWebEngine() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue