1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

clang-format fixes

This commit is contained in:
ζeh Matt
2023-04-05 23:37:18 +03:00
parent c248ac58ed
commit 86456f3538
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ void MapGenGenerateBlank(MapGenSettings* settings)
}
}
}
MapGenSetWaterLevel(settings->water_level);
}

View File

@@ -108,7 +108,7 @@ namespace OpenRCT2
: _loc(loc)
{
}
TileElementsView(const CoordsXY& loc)
: _loc(loc)
{