typo bool->boolean

This commit is contained in:
Enno Rehling 2004-04-09 01:33:19 +00:00
parent 3101acdb83
commit 77a00514ae
1 changed files with 6 additions and 6 deletions

View File

@ -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 {