diff options
-rw-r--r-- | sword1/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/object.h b/sword1/object.h index 23783527ae..60a31a08e4 100644 --- a/sword1/object.h +++ b/sword1/object.h @@ -54,7 +54,7 @@ struct WalkData { int32 y; int32 step; int32 dir; -}; // size = 5*int32 = 20 bytes +} GCC_PACK; // size = 5*int32 = 20 bytes struct BsObject { int32 o_type; // 0 broad description of type - object, floor, etc. |