X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fitems.h;h=c2be467f83556b6fe20478c32424c37a2bf2075d;hb=ed5485b32c76bbe0cbb37ca1da2fbf5e99237bff;hp=bf3bb8a1f6c5e6df034701a6bd68ad5d47c023e4;hpb=2bb81ea2565c3627c954b5c37326db89b0048472;p=flatwaifu.git 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;