1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Replace 0 and NULL with nullptr (#7827)

This commit is contained in:
Hielke Morsink
2018-07-25 22:49:20 +02:00
committed by GitHub
parent 80f67247dc
commit 0b03464186
10 changed files with 49 additions and 49 deletions

View File

@@ -1663,7 +1663,7 @@ void footpath_connect_edges(int32_t x, int32_t y, rct_tile_element* tileElement,
while (neighbour_list_pop(&neighbourList, &neighbour))
{
loc_6A6C85(x, y, neighbour.direction, tileElement, flags, false, NULL);
loc_6A6C85(x, y, neighbour.direction, tileElement, flags, false, nullptr);
}
if (tileElement->GetType() == TILE_ELEMENT_TYPE_PATH)