1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Added td4 booster check.

Small refactor to use known structures
This commit is contained in:
Duncan Frost
2015-04-25 11:21:08 +01:00
parent fa75053e08
commit dde9611343
2 changed files with 34 additions and 10 deletions

View File

@@ -298,6 +298,10 @@ enum {
RCT1_RIDE_TYPE_LEMONADE_STALL
};
enum{
RCT1_TRACK_ELEM_BOOSTER = 100
};
typedef struct{
uint8 type; // 0x00
uint8 vehicle_type; // 0x01