summaryrefslogtreecommitdiff
path: root/table/industry_land.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/industry_land.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/industry_land.h')
-rw-r--r--table/industry_land.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/industry_land.h b/table/industry_land.h
index e0d0b660d..08543df1c 100644
--- a/table/industry_land.h
+++ b/table/industry_land.h
@@ -887,7 +887,7 @@ static const byte _coal_plant_sparks_y[] = {23, 11, 6, 3, 1, 0};
/* next frame in an animation */
#define N 255
-static const byte _industry_map5_animation_next[] = {
+static const byte _industry_section_animation_next[] = {
N, N, N, N, N, N, N, N,
N, N, N, N, N, N, N, N,
N, 16, N, N, N, N, N, N,
@@ -913,7 +913,7 @@ N, N, N, N, N, N, N,
};
/* animation to start when goods is produced */
-static const byte _industry_produce_map5[] = {
+static const byte _industry_produce_section[] = {
N, N, N, N, N, N, N, N,
N, N, N, N, N, N, N, N,
17, N, N, N, N, N, N, N,