forked from github/server
typo bool->boolean
This commit is contained in:
parent
3101acdb83
commit
77a00514ae
|
@ -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);
|
extern struct message * r_addmessage(struct region * r, const struct faction * viewer, struct message * msg);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
int duration;
|
int duration;
|
||||||
bool active;
|
boolean active;
|
||||||
char *desc;
|
char *desc;
|
||||||
char *keyword;
|
char *keyword;
|
||||||
} spec_direction;
|
} spec_direction;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue