X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmonster.h;h=022962f9bf042c9ed6cf411a4028e0a68904745a;hb=90e960736c16dc6d5031f55a7d8b0cccc6453a37;hp=98534b3f21739ac530842ab720573435d055617c;hpb=2bb81ea2565c3627c954b5c37326db89b0048472;p=flatwaifu.git diff --git a/src/monster.h b/src/monster.h index 98534b3..022962f 100644 --- a/src/monster.h +++ b/src/monster.h @@ -38,7 +38,6 @@ enum { #define MN_TN (MN__LAST-MN_DEMON) -#pragma pack(1) typedef struct { obj_t o; byte t, d, st, ftime; @@ -48,7 +47,6 @@ typedef struct { int aim, life, pain, ac, tx, ty, ammo; short atm; } mn_t; -#pragma pack(0) extern byte nomon; extern int hit_xv, hit_yv;