mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
This commit is contained in:
@@ -457,7 +457,7 @@ static void GetTileDesc_Industry(TileIndex tile, TileDesc *td)
|
||||
}
|
||||
|
||||
if (is->grf_prop.grffile != NULL) {
|
||||
td->grf = GetGRFConfig(is->grf_prop.grffile->grfid)->name;
|
||||
td->grf = GetGRFConfig(is->grf_prop.grffile->grfid)->GetName();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user