author | rubidium |
Tue, 19 Jun 2007 19:04:25 +0000 | |
changeset 7468 | b30fb4dda125 |
parent 7467 | cb1801e91c3d |
child 7469 | 2f83728ac1d1 |
src/clear_cmd.cpp | file | annotate | diff | comparison | revisions |
--- a/src/clear_cmd.cpp Tue Jun 19 17:43:30 2007 +0000 +++ b/src/clear_cmd.cpp Tue Jun 19 19:04:25 2007 +0000 @@ -116,7 +116,7 @@ * basement and then you raise/lower the other corner. */ tileh = GetTileSlope(tile, &z); if (tileh == unsafe_slope[mode] || - tileh == SLOPE_STEEP | ComplementSlope(unsafe_slope[mode])) { + tileh == (SLOPE_STEEP | ComplementSlope(unsafe_slope[mode]))) { _terraform_err_tile = tile; _error_message = STR_1008_MUST_REMOVE_RAILROAD_TRACK; return -1;