Show output of all producing industries on the minimap

This commit is contained in:
dP
2023-04-02 17:03:20 +04:00
parent f283b7cf6f
commit a21cafd2a1
9 changed files with 45 additions and 22 deletions
+1
View File
@@ -910,6 +910,7 @@ int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number,
if (_settings_client.gui.newgrf_developer_tools) {
SetDParam(0, e->index);
SetDParam(1, e->grf_prop.local_id);
DrawString(left, right, y, CM_STR_PURCHASE_ENGINE_ID);
y += FONT_HEIGHT_NORMAL;
}