Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -188,7 +188,8 @@ multifire(void)
|
|||
continue;
|
||||
}
|
||||
if (fland.lnd_effic < LAND_MINFIREEFF) {
|
||||
pr("Unit %d cannot fire because it is less than %d%% efficient\n", fland.lnd_uid, LAND_MINFIREEFF);
|
||||
pr("Unit %d cannot fire because it is less than %d%% efficient\n",
|
||||
fland.lnd_uid, LAND_MINFIREEFF);
|
||||
continue;
|
||||
}
|
||||
resupply_commod(&fland, I_SHELL); /* Get more shells */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue