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
commit9371ac13078df51aa920ecaa99485b0b4081513a (patch)
treeefae398dac57bba1ae4030f979f5a1395ec5d363 /src/newgrf.cpp
parentc706b31eb782c40129a338a79b8e5a097eeefaf7 (diff)
downloadopenttd-9371ac13078df51aa920ecaa99485b0b4081513a.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