summaryrefslogtreecommitdiff
path: root/src/oldloader.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-04 18:27:21 +0000
committerrubidium <rubidium@openttd.org>2007-07-04 18:27:21 +0000
commit1bdb72ebd42cf18972b67b2bf73086d6fda47693 (patch)
tree055e7c9a0bb15c98a3fd1404abeba74e87f53ab1 /src/oldloader.cpp
parent2d1a3d920c6c2d5ab4de0c7e73399ded3eece5b4 (diff)
downloadopenttd-1bdb72ebd42cf18972b67b2bf73086d6fda47693.tar.xz
(svn r10439) -Codechange: initial steps for customized industry productions.
Diffstat (limited to 'src/oldloader.cpp')
-rw-r--r--src/oldloader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oldloader.cpp b/src/oldloader.cpp
index f361ea7e3..7cadd82d5 100644
--- a/src/oldloader.cpp
+++ b/src/oldloader.cpp
@@ -670,8 +670,8 @@ static const OldChunks industry_chunk[] = {
OCL_SVAR( OC_UINT8, Industry, height ),
OCL_NULL( 2 ), ///< used to be industry's produced_cargo
- OCL_SVAR( OC_UINT16, Industry, cargo_waiting[0] ),
- OCL_SVAR( OC_UINT16, Industry, cargo_waiting[1] ),
+ OCL_SVAR( OC_UINT16, Industry, produced_cargo_waiting[0] ),
+ OCL_SVAR( OC_UINT16, Industry, produced_cargo_waiting[1] ),
OCL_SVAR( OC_UINT8, Industry, production_rate[0] ),
OCL_SVAR( OC_UINT8, Industry, production_rate[1] ),