X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fmonster.h;h=022962f9bf042c9ed6cf411a4028e0a68904745a;hp=98534b3f21739ac530842ab720573435d055617c;hb=90e960736c16dc6d5031f55a7d8b0cccc6453a37;hpb=e5a6f7533ac0d87aca1084509533211af42b92e0 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;