mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-14 16:15:14 +01:00
(svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken)
This commit is contained in:
parent
9a49fda8e6
commit
f6c4e3eb1c
@ -278,7 +278,7 @@ assert_compile(sizeof(OldVehicleDisasterUnion) == 4);
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
byte state;
|
byte state;
|
||||||
} OldVehicleShipUnion;
|
} GCC_PACK OldVehicleShipUnion;
|
||||||
assert_compile(sizeof(OldVehicleShipUnion) == 1);
|
assert_compile(sizeof(OldVehicleShipUnion) == 1);
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
|
Loading…
Reference in New Issue
Block a user