summaryrefslogtreecommitdiff
path: root/oldloader.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-10-24 19:19:25 +0000
committerbelugas <belugas@openttd.org>2006-10-24 19:19:25 +0000
commitf48c419467197418d1f2b426cfcf1ee3e1bf554b (patch)
tree6c16ace129716db3f73132dc8d0bbbee789f4810 /oldloader.c
parentacbdd24f2f8a752933ba6fd331e6ec4c160027e9 (diff)
downloadopenttd-f48c419467197418d1f2b426cfcf1ee3e1bf554b.tar.xz
(svn r6930) -Codechange: Move industry name into IndustrySpec
-Codechange: member color_map is more related to random color, rename it as such
Diffstat (limited to 'oldloader.c')
-rw-r--r--oldloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldloader.c b/oldloader.c
index 0d1caf41b..52d2d1258 100644
--- a/oldloader.c
+++ b/oldloader.c
@@ -695,7 +695,7 @@ static const OldChunks industry_chunk[] = {
OCL_SVAR( OC_UINT8, Industry, type ),
OCL_SVAR( OC_UINT8, Industry, owner ),
- OCL_SVAR( OC_UINT8, Industry, color_map ),
+ OCL_SVAR( OC_UINT8, Industry, random_color ),
OCL_SVAR( OC_FILE_U8 | OC_VAR_I32, Industry, last_prod_year ),
OCL_SVAR( OC_UINT16, Industry, counter ),
OCL_SVAR( OC_UINT8, Industry, was_cargo_delivered ),