Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -73,7 +73,7 @@ deli(void)
|
|||
while (nxtsct(&nstr, §) > 0) {
|
||||
if (!player->owner)
|
||||
continue;
|
||||
|
||||
|
||||
del = getvar(i_del, (s_char *)§, EF_SECTOR);
|
||||
thresh = del & ~0x7;
|
||||
dir = del & 0x7;
|
||||
|
@ -100,7 +100,7 @@ deli(void)
|
|||
if (dir < 0)
|
||||
return RET_SYN;
|
||||
}
|
||||
|
||||
|
||||
if (!check_sect_ok(§))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue