Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -116,8 +116,8 @@ pln_prewrite(int n, void *ptr)
|
|||
|
||||
if (pp->pln_effic < PLANE_MINEFF) {
|
||||
if (pp->pln_own)
|
||||
makelost(EF_PLANE, pp->pln_own, pp->pln_uid, pp->pln_x,
|
||||
pp->pln_y);
|
||||
makelost(EF_PLANE, pp->pln_own, pp->pln_uid,
|
||||
pp->pln_x, pp->pln_y);
|
||||
pp->pln_own = 0;
|
||||
pp->pln_effic = 0;
|
||||
for (i = 0; NULL != (np = getnukep(i)); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue