mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
* Replace RIDE_ENTRY_INDEX_NULL with OBJECT_ENTRY_INDEX_NULL Ride entries are objects like any other, so there is little point having separate constants. * Use ride_id_t in many more places * Change RIDE_ID_NULL to 0xFFFF * Increment network version * Update replays Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>