| author | tron |
| Sun, 23 Apr 2006 17:58:07 +0000 | |
| changeset 3639 | c27c9e4fddbd |
| parent 3638 | 3e655c6e0914 |
| child 3640 | afe6a5032f6a |
| town_cmd.c | file | annotate | diff | comparison | revisions |
--- a/town_cmd.c Sun Apr 23 15:57:34 2006 +0000 +++ b/town_cmd.c Sun Apr 23 17:58:07 2006 +0000 @@ -504,7 +504,7 @@ 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)) {