Do not pack Ride struct

This commit is contained in:
Michael Steenbeek 2018-02-08 10:36:29 +01:00
parent e2dd629aaf
commit acc6136847
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,8 @@ typedef struct rct_ride_entry {
rct_string_id capacity;
} rct_ride_entry;
#pragma pack(pop)
/**
* Ride structure.
*
@ -329,6 +331,8 @@ typedef struct Ride
uint16 queue_length[MAX_STATIONS];
} Ride;
#pragma pack(push, 1)
/**
* Ride measurement structure.
* size: 0x04B0C