X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fitems.h;h=c2be467f83556b6fe20478c32424c37a2bf2075d;hp=bf3bb8a1f6c5e6df034701a6bd68ad5d47c023e4;hb=90e960736c16dc6d5031f55a7d8b0cccc6453a37;hpb=e5a6f7533ac0d87aca1084509533211af42b92e0 diff --git a/src/items.h b/src/items.h index bf3bb8a..c2be467 100644 --- a/src/items.h +++ b/src/items.h @@ -34,13 +34,11 @@ enum { I_RTORCH, I_GTORCH, I_BTORCH, I_GOR1, I_FCAN, I_GUN2 }; -#pragma pack(1) typedef struct { obj_t o; int t; int s; } item_t; -#pragma pack() extern item_t it[MAXITEM]; extern int itm_rtime;