1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Add missing pragma pack(pop)

This commit is contained in:
Gymnasiast
2017-09-12 11:42:47 +02:00
parent 3891b9874d
commit 654ee4c95e

View File

@@ -36,6 +36,8 @@ typedef struct rating_tuple {
} rating_tuple;
assert_struct_size(rating_tuple, 6);
#pragma pack(pop)
enum {
RIDE_RATING_STATION_FLAG_NO_ENTRANCE = 1 << 0
};