From 9371ac13078df51aa920ecaa99485b0b4081513a Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 19 Oct 2007 21:14:38 +0000 Subject: (svn r11302) -Fix (r9520): typo --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') 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 -- cgit v1.2.3-54-g00ecf