summaryrefslogtreecommitdiff
path: root/table/build_industry.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-10 14:27:26 +0000
committercelestar <celestar@openttd.org>2006-04-10 14:27:26 +0000
commiteae5fcc45538a806f965760487ebe51cadd0cad2 (patch)
tree68a632eadac194d4f6e9608cd484dae039a4ae55 /table/build_industry.h
parent7a3345f4dfacb7e09dfbd04d3b1ef98716ae64a9 (diff)
downloadopenttd-eae5fcc45538a806f965760487ebe51cadd0cad2.tar.xz
(svn r4345) -Codechange: Similar to airport tiles, rename _industry_map5_ arrays to _industry_sections
Diffstat (limited to 'table/build_industry.h')
-rw-r--r--table/build_industry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/table/build_industry.h b/table/build_industry.h
index 17b739415..44d83040f 100644
--- a/table/build_industry.h
+++ b/table/build_industry.h
@@ -1226,7 +1226,7 @@ static const byte * const _industry_create_table[4] = {
#define INV CT_INVALID
-static const CargoID _industry_map5_accepts_1[] = {
+static const CargoID _industry_section_accepts_1[] = {
INV, INV, INV, PAS, INV, INV, INV, INV,
PAS, INV, INV, PAS, PAS, PAS, INV, INV,
INV, INV, INV, INV, INV, INV, INV, PAS,
@@ -1252,7 +1252,7 @@ static const CargoID _industry_map5_accepts_1[] = {
};
-static const CargoID _industry_map5_accepts_2[] = {
+static const CargoID _industry_section_accepts_2[] = {
INV, INV, INV, INV, INV, INV, INV, INV,
INV, INV, INV, INV, INV, INV, INV, INV,
INV, INV, INV, INV, INV, INV, INV, INV,
@@ -1277,7 +1277,7 @@ static const CargoID _industry_map5_accepts_2[] = {
INV, INV, INV, INV, INV, INV, INV
};
-static const CargoID _industry_map5_accepts_3[] = {
+static const CargoID _industry_section_accepts_3[] = {
INV, INV, INV, INV, INV, INV, INV, INV,
COL, INV, INV, INV, INV, WOD, INV, INV,
INV, INV, INV, INV, OIL, INV, INV, INV,