Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -137,8 +137,8 @@ add(void)
|
|||
snxtitem_all(&ni, EF_LAND);
|
||||
while (nxtitem(&ni, &land)) {
|
||||
if (land.lnd_own == coun) {
|
||||
makelost(EF_LAND, land.lnd_own, land.lnd_uid, land.lnd_x,
|
||||
land.lnd_y);
|
||||
makelost(EF_LAND, land.lnd_own, land.lnd_uid,
|
||||
land.lnd_x, land.lnd_y);
|
||||
land.lnd_own = 0;
|
||||
pr("Land unit %d wiped\n", land.lnd_uid);
|
||||
putland(land.lnd_uid, &land);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue