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
|
@ -204,8 +204,8 @@ bestownedpath(s_char *bpath,
|
|||
tx = XNORM(tx);
|
||||
ty = YNORM(ty);
|
||||
if (mapindex[tx][ty] == 0xFFFF) {
|
||||
if (owned_and_navigable
|
||||
(bigmap, tx, ty, terrain, own)
|
||||
if (owned_and_navigable(bigmap, tx, ty,
|
||||
terrain, own)
|
||||
|| (tx == ex && ty == ey && !restr2)) {
|
||||
mapindex[tx][ty] =
|
||||
((i + 1) << 13) + routelen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue