Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -180,8 +180,7 @@ spy(void)
|
|||
} else {
|
||||
insert(table, &t_len, nx, ny);
|
||||
spyline(&dsect);
|
||||
changed += map_set(player->cnum, dsect.sct_x,
|
||||
dsect.sct_y,
|
||||
changed += map_set(player->cnum, dsect.sct_x, dsect.sct_y,
|
||||
dchr[dsect.sct_type].d_mnem, 0);
|
||||
prunits(dsect.sct_x, dsect.sct_y);
|
||||
prplanes(dsect.sct_x, dsect.sct_y);
|
||||
|
@ -195,8 +194,7 @@ spy(void)
|
|||
if (nrecon && caught) {
|
||||
insert(table, &t_len, nx, ny);
|
||||
spyline(&dsect);
|
||||
changed += map_set(player->cnum, dsect.sct_x,
|
||||
dsect.sct_y,
|
||||
changed += map_set(player->cnum, dsect.sct_x, dsect.sct_y,
|
||||
dchr[dsect.sct_type].d_mnem, 0);
|
||||
prunits(dsect.sct_x, dsect.sct_y);
|
||||
prplanes(dsect.sct_x, dsect.sct_y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue