From 53e811ff296f734963a15dfd125da12981848081 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Nov 2007 17:51:36 +0000 Subject: (svn r11436) -Fix [FS#1439]: Towns would not build roads on slopes. Patch by divide. --- src/town_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index cd0ca8a2b..fa8e3ee82 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -729,7 +729,7 @@ no_slope: /* If the tile is not a slope in the right direction, then * maybe terraform some. */ - desired_slope = (dir == DIAGDIR_NW || dir == DIAGDIR_SE) ? SLOPE_NE : SLOPE_NW; + desired_slope = (dir == DIAGDIR_NW || dir == DIAGDIR_SE) ? SLOPE_NW : SLOPE_NE; if (desired_slope != cur_slope && ComplementSlope(desired_slope) != cur_slope) { uint32 r = Random(); -- cgit v1.2.3-70-g09d2