Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -1123,7 +1123,9 @@ output(void)
|
|||
}
|
||||
}
|
||||
if (AIRPORT_MARKER)
|
||||
printf("\n\nEach continent is marked by a \"*\" on the map (to distinguish them from\nthe islands). You can redesignate these airfields to wilderness sectors\none at a time, each time you add a new country to the game.\n");
|
||||
printf("\n\nEach continent is marked by a \"*\" on the map (to distinguish them from\n"
|
||||
"the islands). You can redesignate these airfields to wilderness sectors\n"
|
||||
"one at a time, each time you add a new country to the game.\n");
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue