Loading

Paste #pohm0nsgs

  1. Index: src/table/build_industry.h
  2. ===================================================================
  3. --- src/table/build_industry.h  (revision 27171)
  4. +++ src/table/build_industry.h  (working copy)
  5. @@ -293,6 +293,19 @@
  6.     MK(-2, -4, 255),
  7.     MK(-3, -4, 255),
  8.     MK(2, 0, 255),
  9. +   MK(2, -1, 255),
  10. +   MK(1, -1, 255),
  11. +   MK(0, -1, 255),
  12. +   MK(-1, -1, 255),
  13. +   MK(-1, 0, 255),
  14. +   MK(-1, 1, 255),
  15. +   MK(-1, 2, 255),
  16. +   MK(-1, 3, 255),
  17. +   MK(0, 3, 255),
  18. +   MK(1, 3, 255),
  19. +   MK(2, 3, 255),
  20. +   MK(2, 2, 255),
  21. +   MK(2, 1, 255),
  22.     MKEND
  23.  };

Comments