Index: src/table/build_industry.h
===================================================================
--- src/table/build_industry.h (revision 27171)
+++ src/table/build_industry.h (working copy)
@@ -293,6 +293,19 @@
MK(-2, -4, 255),
MK(-3, -4, 255),
MK(2, 0, 255),
+ MK(2, -1, 255),
+ MK(1, -1, 255),
+ MK(0, -1, 255),
+ MK(-1, -1, 255),
+ MK(-1, 0, 255),
+ MK(-1, 1, 255),
+ MK(-1, 2, 255),
+ MK(-1, 3, 255),
+ MK(0, 3, 255),
+ MK(1, 3, 255),
+ MK(2, 3, 255),
+ MK(2, 2, 255),
+ MK(2, 1, 255),
MKEND
};