Write cmclient-*.grf directly from python instead of using nml inbetween

This commit is contained in:
dP
2021-11-01 19:10:08 +03:00
parent 20dd0bb9bb
commit b8b2df1f2c
13 changed files with 594 additions and 584 deletions

View File

@@ -339,6 +339,7 @@ CommandCost CmdBuildObject(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3
hq_score = UpdateCompanyRatingAndValue(c, false);
c->location_of_HQ = tile;
SetWindowDirty(WC_COMPANY, c->index);
InvalidateWindowData(WC_CLIENT_LIST, 0);
}
break;
}