1
0
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:
Hielke Morsink
2018-06-05 14:37:24 +02:00
parent 9c8c2a2820
commit 8aa122f54e
16 changed files with 23 additions and 23 deletions

View File

@@ -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)
{