Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -78,8 +78,8 @@ foll(void)
|
|||
if (!player->owner)
|
||||
continue;
|
||||
if (ship.shp_x != x || ship.shp_y != y) {
|
||||
pr("Ship #%d not in same sector as #%d\n", ship.shp_uid,
|
||||
leader);
|
||||
pr("Ship #%d not in same sector as #%d\n",
|
||||
ship.shp_uid, leader);
|
||||
continue;
|
||||
}
|
||||
if (ship.shp_uid == leader) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue