File diff r23967:184d66dba11d → r23968:689ddfd1479d
src/object_cmd.cpp
Show inline comments
 
@@ -173,8 +173,7 @@ void UpdateCompanyHQ(TileIndex tile, uin
 
 */
 
void UpdateObjectColours(const Company *c)
 
{
 
	Object *obj;
 
	FOR_ALL_OBJECTS(obj) {
 
	for (Object *obj : Object::Iterate()) {
 
		Owner owner = GetTileOwner(obj->location.tile);
 
		/* Not the current owner, so colour doesn't change. */
 
		if (owner != c->index) continue;