mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
MADS: Initialise _lineIndex
Without this, Rex Nebular crashes on startup for me.
This commit is contained in:
parent
469eecb9ee
commit
9ea138a3f9
@ -618,6 +618,7 @@ GameDialog::GameDialog(MADSEngine *vm) : FullScreenDialog(vm) {
|
||||
_selectedLine = -1;
|
||||
_dirFlag = false;
|
||||
_textLineCount = 0;
|
||||
_lineIndex = -1;
|
||||
_screenId = 920;
|
||||
|
||||
chooseBackground();
|
||||
|
Loading…
x
Reference in New Issue
Block a user