Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -86,7 +86,8 @@ anti(void)
|
|||
pr("No available mil or mob in sector.\n");
|
||||
continue;
|
||||
}
|
||||
pr("Sector mobility/troop strength will allow %d troops to engage.\n", avail_mil);
|
||||
pr("Sector mobility/troop strength will allow %d troops to engage.\n",
|
||||
avail_mil);
|
||||
|
||||
if (target == player->cnum) {
|
||||
amil = mil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue