(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined

This commit is contained in:
rubidium
2013-06-27 20:20:13 +00:00
parent 4604f20d57
commit 9bcad08a7f
2 changed files with 6 additions and 3 deletions

View File

@@ -551,7 +551,7 @@ Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY)
c->avail_railtypes = GetCompanyRailtypes(c->index);
c->avail_roadtypes = GetCompanyRoadtypes(c->index);
c->inaugurated_year = _cur_year;
RandomCompanyManagerFaceBits(c->face, (GenderEthnicity)Random(), false); // create a random company manager face
RandomCompanyManagerFaceBits(c->face, (GenderEthnicity)Random(), false, false); // create a random company manager face
SetDefaultCompanySettings(c->index);