1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Properly declare track data in C++

This commit is contained in:
Michał Janiszewski
2017-10-16 13:16:08 +02:00
parent 2692e98434
commit 27f2198cb5
2 changed files with 2305 additions and 3447 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -65,8 +65,8 @@ extern const track_descriptor gTrackDescriptors[142];
typedef struct
{
uint16 size;
const rct_vehicle_info info[];
uint16 size;
const rct_vehicle_info * info;
} rct_vehicle_info_list;
extern const rct_vehicle_info_list ** gTrackVehicleInfo[17];