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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user