Cleanup: Fix various spelling errors
This commit is contained in:
committed by
rubidium42
parent
4d0682d034
commit
d06b371254
@@ -501,7 +501,7 @@ static Town *RemapTown(TileIndex fallback)
|
||||
/* In some cases depots, industries and stations could refer to a missing town. */
|
||||
Town *t = Town::GetIfValid(RemapTownIndex(_old_town_index));
|
||||
if (t == nullptr) {
|
||||
/* In case the town that was refered to does not exist, find the closest.
|
||||
/* In case the town that was referred to does not exist, find the closest.
|
||||
* However, this needs the kd-tree to be present. */
|
||||
RebuildTownKdtree();
|
||||
t = CalcClosestTownFromTile(fallback);
|
||||
|
||||
Reference in New Issue
Block a user