Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -92,7 +92,8 @@ work(void)
|
|||
eff_amt = MIN(land.lnd_mobil, work_amt);
|
||||
w = ldround(((double)eff_amt * land.lnd_effic / 600.0), 1);
|
||||
if (w < 1) {
|
||||
pr("%s doesn't work enough to change efficiency (try increasing amount)\n", prland(&land));
|
||||
pr("%s doesn't work enough to change efficiency (try increasing amount)\n",
|
||||
prland(&land));
|
||||
continue;
|
||||
}
|
||||
nunits++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue