Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -109,7 +109,8 @@ boar(void)
|
|||
foundland = 1;
|
||||
}
|
||||
if (!foundland) {
|
||||
pr("You don't have any mobility (sector or land units) in %s!\n", xyas(off->x, off->y, player->cnum));
|
||||
pr("You don't have any mobility (sector or land units) in %s!\n",
|
||||
xyas(off->x, off->y, player->cnum));
|
||||
return RET_SYN;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue