mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
MADS: initialize a couple of variable in DialogLine
This commit is contained in:
parent
17edab101b
commit
cd31c9e87a
@ -475,9 +475,11 @@ ScreenDialog::DialogLine::DialogLine() {
|
||||
_textDisplayIndex = -1;
|
||||
_font = nullptr;
|
||||
_widthAdjust = 0;
|
||||
_msg = "";
|
||||
}
|
||||
|
||||
ScreenDialog::DialogLine::DialogLine(const Common::String &s) {
|
||||
_active = true;
|
||||
_state = DLGSTATE_UNSELECTED;
|
||||
_textDisplayIndex = -1;
|
||||
_font = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user