(svn r22985) -Feature: Display autoreplace status in group GUI.

This commit is contained in:
frosch
2011-10-03 17:26:37 +00:00
parent f9f257ce4a
commit 37301ea23d
8 changed files with 78 additions and 4 deletions

View File

@@ -419,6 +419,8 @@ void ChangeOwnershipOfCompanyItems(Owner old_owner, Owner new_owner)
}
}
}
if (new_owner != INVALID_OWNER) GroupStatistics::UpdateAutoreplace(new_owner);
}
/* Change ownership of tiles */