(svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken)
authordarkvater
Mon, 03 Jan 2005 21:51:24 +0000
changeset 875 d846e677a4c1
parent 874 13d226a63762
child 876 91cc529927c1
(svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken)
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 {