Cosmetics.

This commit is contained in:
Markus Armbruster 2003-12-17 21:26:26 +00:00
parent aa377df359
commit d8cb7c48f0
11 changed files with 15 additions and 21 deletions

View file

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

View file

@ -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 */