diff --git a/src/common/kernel/region.h b/src/common/kernel/region.h index 1990df2dc..3c943d513 100644 --- a/src/common/kernel/region.h +++ b/src/common/kernel/region.h @@ -111,12 +111,12 @@ extern struct message_list * r_getmessages(const struct region * r, const struct extern struct message * r_addmessage(struct region * r, const struct faction * viewer, struct message * msg); typedef struct { - int x; - int y; - int duration; - bool active; - char *desc; - char *keyword; + int x; + int y; + int duration; + boolean active; + char *desc; + char *keyword; } spec_direction; typedef struct {