MADS: Initialise _lineIndex

Without this, Rex Nebular crashes on startup for me.
This commit is contained in:
Torbjörn Andersson 2014-07-20 16:01:36 +02:00
parent 469eecb9ee
commit 9ea138a3f9

View File

@ -618,6 +618,7 @@ GameDialog::GameDialog(MADSEngine *vm) : FullScreenDialog(vm) {
_selectedLine = -1;
_dirFlag = false;
_textLineCount = 0;
_lineIndex = -1;
_screenId = 920;
chooseBackground();