1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Merge pull request #2697 from marijnvdwerf/get-ride-entry

Minimise direct usage of `RCT2_ADDRESS_RIDE_ENTRIES`
This commit is contained in:
Duncan
2016-01-11 23:09:43 +00:00
6 changed files with 23 additions and 24 deletions

View File

@@ -850,7 +850,7 @@ enum {
#define TURN_MASK_3_ELEMENTS 0x0700
#define TURN_MASK_4_PLUS_ELEMENTS 0xF800
// rct2: 0x009ACFA4
// rct2: 0x009ACFA4 (RCT2_ADDRESS_RIDE_ENTRIES)
extern rct_ride_type **gRideTypeList;
// rct2: 0x013628F8