1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Default-initialise more fields (#14130)

Doesn't really fix any particular issue, but adds more defaults to
fields in classes where other defaults are already present
This commit is contained in:
Michał Janiszewski
2021-02-20 19:40:32 +01:00
committed by GitHub
parent e7adf19f62
commit 9aef29361f
5 changed files with 9 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ namespace OpenRCT2::Ui::Windows
ImageId Image;
std::string Text;
TextAlignment TextAlign;
colour_t Colour;
colour_t Colour{};
std::string Tooltip;
std::vector<std::string> Items;
std::vector<ListViewItem> ListViewItems;