(svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken)

This commit is contained in:
darkvater
2005-01-03 21:51:24 +00:00
parent d2569e5b6e
commit 784968c028

View File

@@ -278,7 +278,7 @@ assert_compile(sizeof(OldVehicleDisasterUnion) == 4);
typedef struct {
byte state;
} OldVehicleShipUnion;
} GCC_PACK OldVehicleShipUnion;
assert_compile(sizeof(OldVehicleShipUnion) == 1);
typedef union {