summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-10-19 21:14:38 +0000
committerglx <glx@openttd.org>2007-10-19 21:14:38 +0000
commit3b08339a10df6c5aa761930565cd928c95aa0773 (patch)
treeefae398dac57bba1ae4030f979f5a1395ec5d363 /src/newgrf.cpp
parentb0e5a3be639497b8bdd4ee0d396ff3ffcbc9ca18 (diff)
downloadopenttd-3b08339a10df6c5aa761930565cd928c95aa0773.tar.xz
(svn r11302) -Fix (r9520): typo
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 07a71d62c..f8d5b788c 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -2008,7 +2008,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp,
break;
case 0x1A: // Special industry flags to define special behavior
- indsp->behaviour = (IndustyBehaviour)grf_load_dword(&buf);
+ indsp->behaviour = (IndustryBehaviour)grf_load_dword(&buf);
break;
case 0x1B: // New industry text ID