mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 12:44:10 +01:00
Codechange: remove need for SetDParamX
This commit is contained in:
@@ -788,7 +788,7 @@ static void GetTileDesc_Town(TileIndex tile, TileDesc *td)
|
||||
}
|
||||
|
||||
if (!house_completed) {
|
||||
SetDParamX(td->dparam, 0, td->str);
|
||||
td->dparam = td->str;
|
||||
td->str = STR_LAI_TOWN_INDUSTRY_DESCRIPTION_UNDER_CONSTRUCTION;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user