Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -146,10 +146,10 @@ anti(void)
|
|||
sect.sct_item[I_MILIT] = ache;
|
||||
if (sect.sct_own == sect.sct_oldown)
|
||||
sect.sct_oldown = 0;
|
||||
makelost(EF_SECTOR, sect.sct_own, 0, sect.sct_x,
|
||||
sect.sct_y);
|
||||
makenotlost(EF_SECTOR, sect.sct_oldown, 0, sect.sct_x,
|
||||
sect.sct_y);
|
||||
makelost(EF_SECTOR, sect.sct_own, 0,
|
||||
sect.sct_x, sect.sct_y);
|
||||
makenotlost(EF_SECTOR, sect.sct_oldown, 0,
|
||||
sect.sct_x, sect.sct_y);
|
||||
sect.sct_own = sect.sct_oldown;
|
||||
sect.sct_off = 1; /* Turn the sector off */
|
||||
putsect(§);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue