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:
committed by
GitHub
parent
e7adf19f62
commit
9aef29361f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user