1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Do not pack Ride struct

This commit is contained in:
Michael Steenbeek
2018-02-08 10:36:29 +01:00
parent e2dd629aaf
commit acc6136847

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