Changeset - r3639:f8fc168dfdc3
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-04-23 17:58:07
tron@openttd.org
(svn r4547) Revert a part of r4541 to silence an assertion for now
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
town_cmd.c
Show inline comments
 
@@ -504,7 +504,7 @@ no_slope:
 
					res = DoCommand(tile, slope, 0, DC_EXEC | DC_AUTO | DC_NO_WATER,
 
					                      CMD_TERRAFORM_LAND);
 
				} else {
 
					res = DoCommand(tile, ComplementSlope(slope), 1, DC_EXEC | DC_AUTO | DC_NO_WATER,
 
					res = DoCommand(tile, slope ^ 0xF, 1, DC_EXEC | DC_AUTO | DC_NO_WATER,
 
					                      CMD_TERRAFORM_LAND);
 
				}
 
				if (CmdFailed(res) && CHANCE16I(1, 3, r)) {
0 comments (0 inline, 0 general)