# HG changeset patch # User darkvater # Date 1104789084 0 # Node ID d846e677a4c10fe8909b483421baead9198a8f7f # Parent 13d226a637625eb845df451e9a51f3b72a5eca84 (svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken) diff -r 13d226a63762 -r d846e677a4c1 oldloader.c --- a/oldloader.c Mon Jan 03 21:47:52 2005 +0000 +++ b/oldloader.c Mon Jan 03 21:51:24 2005 +0000 @@ -278,7 +278,7 @@ typedef struct { byte state; -} OldVehicleShipUnion; +} GCC_PACK OldVehicleShipUnion; assert_compile(sizeof(OldVehicleShipUnion) == 1); typedef union {