mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r12059) -Fix (r12041): industries prop 24 is a word
This commit is contained in:
parent
5e7c8012ec
commit
b35611dae3
@ -2117,7 +2117,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x24: // name for nearby station
|
case 0x24: // name for nearby station
|
||||||
indsp->station_name = GRFMappedStringID(grf_load_dword(&buf), _cur_grffile->grfid);
|
indsp->station_name = GRFMappedStringID(grf_load_word(&buf), _cur_grffile->grfid);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user