(svn r3515) Fix copy&pasto in r3514
authortron
Wed, 01 Feb 2006 16:17:08 +0000
changeset 2956 ea79669b71f9
parent 2955 27221592ebbc
child 2957 2bbb4add3410
(svn r3515) Fix copy&pasto in r3514
clear_cmd.c
--- a/clear_cmd.c	Wed Feb 01 15:31:21 2006 +0000
+++ b/clear_cmd.c	Wed Feb 01 16:17:08 2006 +0000
@@ -556,7 +556,7 @@
 	byte neighbour;
 	TileIndex dirty = INVALID_TILE;
 
-	self = (IsTileType(tile, MP_CLEAR) && IsClearGround(TILE_ADDXY(tile, 1, 0), CL_FIELDS));
+	self = (IsTileType(tile, MP_CLEAR) && IsClearGround(tile, CL_FIELDS));
 
 	neighbour = (IsTileType(TILE_ADDXY(tile, 1, 0), MP_CLEAR) && IsClearGround(TILE_ADDXY(tile, 1, 0), CL_FIELDS));
 	if (GB(_m[tile].m4, 5, 3) == 0) {