From ff4fcdb03cf45341b2a5d59da11e8ae26414cc86 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 14 Jan 2009 13:40:11 +0000 Subject: (svn r15081) -Fix (r15080): of course it's about southern border, not northern... --- src/terraform_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform_gui.cpp b/src/terraform_gui.cpp index dd44a0e44..b0aa2e11a 100644 --- a/src/terraform_gui.cpp +++ b/src/terraform_gui.cpp @@ -114,7 +114,7 @@ static void GenerateRockyArea(TileIndex end, TileIndex start) bool GUIPlaceProcDragXY(ViewportDragDropSelectionProcess proc, TileIndex start_tile, TileIndex end_tile) { /* When end_tile is MP_VOID, the DoCommandP checks will deny this command without any - * user-visible reason. This happens when terraforming at the northern border. */ + * user-visible reason. This happens when terraforming at the southern border. */ if (TileX(end_tile) == MapMaxX()) end_tile += TileDiffXY(-1, 0); if (TileY(end_tile) == MapMaxY()) end_tile += TileDiffXY(0, -1); -- cgit v1.2.3-70-g09d2