diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 454aa3f44d..8563f7db42 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -2117,7 +2117,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp, break; 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; default: