forked from mirror/OpenTTD
(svn r11302) -Fix (r9520): typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user