diff --git a/include/permonst.h b/include/permonst.h index 6df66b841..fbc135c41 100644 --- a/include/permonst.h +++ b/include/permonst.h @@ -64,8 +64,8 @@ struct permonst { aligntyp maligntyp; /* basic monster alignment */ unsigned short geno; /* creation/geno mask value */ struct attack mattk[NATTK]; /* attacks matrix */ - unsigned short cwt, /* weight of corpse */ - cnutrit; /* its nutritional value */ + unsigned cwt; /* weight of corpse */ + unsigned short cnutrit; /* its nutritional value */ uchar msound; /* noise it makes (6 bits) */ uchar msize; /* physical size (3 bits) */ uchar mresists; /* resistances */