Cosmetics.
This commit is contained in:
parent
aa377df359
commit
d8cb7c48f0
11 changed files with 15 additions and 21 deletions
|
@ -52,7 +52,7 @@ s_char dirch[] = {
|
|||
/* must agree with dirch[] and DIR_ defines */
|
||||
int diroff[][2] = {
|
||||
{0, 0}, {1, -1}, {2, 0}, {1, 1}, {-1, 1}, {-2, 0}, {-1, -1}, {0, 0},
|
||||
{0, 0}
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
/* this maps a character from a to z into the diroff mappings. It
|
||||
|
|
|
@ -40,7 +40,7 @@ s_char *effadv_list[] = {
|
|||
/* must follow nation relation defines in nat.h */
|
||||
s_char *relates[] = {
|
||||
"At War", "Sitzkrieg", "Mobilizing", "Hostile", "Neutral", "Friendly",
|
||||
"Allied"
|
||||
"Allied"
|
||||
};
|
||||
|
||||
/* must follow reject flags defined in nat.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue