Indentation fixes; suspect indent-emp is to blame.

This commit is contained in:
Markus Armbruster 2004-02-28 18:06:11 +00:00
parent aa4e268d89
commit e67dca9d29
29 changed files with 89 additions and 133 deletions

View file

@ -73,7 +73,7 @@ deli(void)
while (nxtsct(&nstr, &sect) > 0) {
if (!player->owner)
continue;
del = getvar(i_del, (s_char *)&sect, EF_SECTOR);
thresh = del & ~0x7;
dir = del & 0x7;
@ -100,7 +100,7 @@ deli(void)
if (dir < 0)
return RET_SYN;
}
if (!check_sect_ok(&sect))
continue;