some comment spelling fixes
This commit is contained in:
@@ -514,7 +514,7 @@ landing_spot(
|
||||
if (min_distance < 0 /* no viable candidate yet */
|
||||
/* or better than pending candidate (note: orthogonal
|
||||
spots are distance 1 and diagonal ones distance 2;
|
||||
treating one as better than the other is arbitary
|
||||
treating one as better than the other is arbitrary
|
||||
and not wanted for DISMOUNT_KNOCKED) */
|
||||
|| ((best_j == -1) ? (distance < min_distance) : (j < 3))
|
||||
/* or equally good, maybe substitute this one */
|
||||
|
||||
Reference in New Issue
Block a user