From 94bd08fc17ec5d18325be743e0f7a56a52f10e82 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 17 Jun 2007 10:47:30 +0000 Subject: (svn r10177) -Fix: Passengers has one A and two Es (ln) --- src/ai/trolly/trolly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/trolly/trolly.cpp') diff --git a/src/ai/trolly/trolly.cpp b/src/ai/trolly/trolly.cpp index b739c42a8..cd5ca16a5 100644 --- a/src/ai/trolly/trolly.cpp +++ b/src/ai/trolly/trolly.cpp @@ -650,7 +650,7 @@ static void AiNew_State_FindStation(Player *p) // To find a good spot we scan a range from the center, a get the point // where we get the most cargo and where it is buildable. // TODO: also check for station of myself and make sure we are not - // taking eachothers passangers away (bad result when it does not) + // taking eachothers passengers away (bad result when it does not) for (x = TileX(tile) - AI_FINDSTATION_TILE_RANGE; x <= TileX(tile) + AI_FINDSTATION_TILE_RANGE; x++) { for (y = TileY(tile) - AI_FINDSTATION_TILE_RANGE; y <= TileY(tile) + AI_FINDSTATION_TILE_RANGE; y++) { new_tile = TileXY(x, y); -- cgit v1.2.3-70-g09d2