Fix some overflows and unitialized variables

This commit is contained in:
Rafał Mikrut 2019-11-20 16:22:16 +01:00
parent 58ca9f17a2
commit 99d8626f4a
17 changed files with 35 additions and 8 deletions

View file

@ -852,6 +852,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
hb->add_child(path_button);
gc->add_child(memnew(Label(TTR("Path:"))));
gc->add_child(hb);
re_check_path = false;
/* Dialog Setup */