X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/git-favicon.png?a=blobdiff_plain;f=src%2Fobjects_on_map.h;h=ccb9bcd0f90389f948cfb5dc2201d738c6915a64;hb=b4bb10b6e9089bd267a513dbf37543c318b5eb1e;hp=4966161d90ec6b7cc239ff93973af56d2e6ac8e9;hpb=5fc067b01c4651afec131a6c9f79c4cdd336e5c8;p=plomrogue diff --git a/src/objects_on_map.h b/src/objects_on_map.h index 4966161..ccb9bcd 100644 --- a/src/objects_on_map.h +++ b/src/objects_on_map.h @@ -17,7 +17,8 @@ struct Item { struct Monster { struct Monster * next; unsigned char name; - struct yx_uint16 pos; }; + struct yx_uint16 pos; + unsigned char hitpoints; }; extern char is_passable (struct Map *, struct yx_uint16); extern struct yx_uint16 find_passable_pos (struct Map *);