mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Use RideId::GetNull and RideId::IsNull over constant
This commit is contained in:
@@ -122,7 +122,7 @@ GameActions::Result TrackDesignAction::Query() const
|
||||
}
|
||||
|
||||
res.Cost = queryRes.Cost;
|
||||
res.SetData(RideId{ RIDE_ID_NULL });
|
||||
res.SetData(RideId{ RideId::GetNull() });
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user