mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Use RideId::GetNull and RideId::IsNull over constant
This commit is contained in:
@@ -1119,7 +1119,7 @@ void map_remove_all_rides()
|
||||
if (it.element->AsPath()->IsQueue())
|
||||
{
|
||||
it.element->AsPath()->SetHasQueueBanner(false);
|
||||
it.element->AsPath()->SetRideIndex(RIDE_ID_NULL);
|
||||
it.element->AsPath()->SetRideIndex(RideId::GetNull());
|
||||
}
|
||||
break;
|
||||
case TileElementType::Entrance:
|
||||
|
||||
Reference in New Issue
Block a user