mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Replace NULL with nullptr in C++ files
This commit is contained in:
committed by
Richard Jenkins
parent
6bd0b2baea
commit
5cc21fd21b
@@ -305,7 +305,7 @@ static bool map_animation_invalidate_track_onridephoto(sint32 x, sint32 y, sint3
|
||||
|
||||
tileElement = map_get_first_element_at(x >> 5, y >> 5);
|
||||
do {
|
||||
if (tileElement == NULL)
|
||||
if (tileElement == nullptr)
|
||||
break;
|
||||
if (tileElement->base_height != baseZ)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user