mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
RECORDER: Fix CID 1046882. Uninitalized variables
This commit is contained in:
parent
9efff8f350
commit
54d0eef6f2
@ -52,6 +52,12 @@ enum {
|
||||
};
|
||||
|
||||
RecorderDialog::RecorderDialog() : Dialog("RecorderDialog"), _list(0), _currentScreenshot(0) {
|
||||
_firstScreenshotUpdate = false;
|
||||
_screenShotsCount = 0;
|
||||
_currentScreenshotText = 0;
|
||||
_authorText = 0;
|
||||
_notesText = 0;
|
||||
|
||||
_backgroundType = ThemeEngine::kDialogBackgroundSpecial;
|
||||
|
||||
new StaticTextWidget(this, "SaveLoadChooser.Title", _("Recorder or Playback Gameplay"));
|
||||
|
Loading…
Reference in New Issue
Block a user