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
|
@ -342,8 +342,8 @@ multifire(void)
|
|||
continue;
|
||||
}
|
||||
if (fship.shp_effic < 60) {
|
||||
pr("Ship #%d is crippled (%d%%)\n", fshipno,
|
||||
fship.shp_effic);
|
||||
pr("Ship #%d is crippled (%d%%)\n",
|
||||
fshipno, fship.shp_effic);
|
||||
continue;
|
||||
}
|
||||
range = effrange(fship.shp_frnge, fship.shp_tech);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue