mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Use empty initializer lists in the openrct2ui project
This commit is contained in:
@@ -196,7 +196,7 @@ static TITLE_COMMAND_ORDER get_command_info(sint32 index)
|
||||
|
||||
static LocationXY16 get_location()
|
||||
{
|
||||
LocationXY16 mapCoord = { 0 };
|
||||
LocationXY16 mapCoord = {};
|
||||
rct_window * w = window_get_main();
|
||||
if (w != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user