changeset 18352:f4ceb989f582 draft

(svn r23188) -Fix (r23168): fences on steep slopes were broken
author yexo <yexo@openttd.org>
date Fri, 11 Nov 2011 18:01:41 +0000
parents 2d3ecdfd9f29
children 2801f49d2e33
files src/table/clear_land.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/clear_land.h
+++ b/src/table/clear_land.h
@@ -38,14 +38,14 @@
 	0, 0, 0, 0, 4, 4, 4, 4,
 	2, 2, 2, 2, 0, 0, 0, 0,
 	0, 0, 0, 0, 4, 4, 4, 4,
-	2, 2, 2, 2, 0, 0, 0, 0,
+	2, 2, 2, 2, 0, 2, 4, 0,
 };
 
 static const byte _fence_mod_by_tileh_nw[32] = {
 	1, 5, 1, 5, 1, 5, 1, 5,
 	3, 1, 3, 1, 3, 1, 3, 1,
 	1, 5, 1, 5, 1, 5, 1, 5,
-	3, 1, 3, 1, 3, 1, 3, 1,
+	3, 1, 3, 5, 3, 3, 3, 1,
 };