mirror of https://github.com/OpenTTD/OpenTTD
(svn r24717) -Fix [FS#5139]: When starting a scenario apply the local company settings to the new company.
parent
4471f6bca8
commit
ce87b8fc63
|
@ -717,6 +717,8 @@ bool AfterLoadGame()
|
|||
* But this exeption is not true for non dedicated network_servers! */
|
||||
if (!Company::IsValidID(COMPANY_FIRST) && (!_networking || (_networking && _network_server && !_network_dedicated))) {
|
||||
DoStartupNewCompany(false);
|
||||
Company *c = Company::Get(COMPANY_FIRST);
|
||||
c->settings = _settings_client.company;
|
||||
}
|
||||
|
||||
/* Fix the cache for cargo payments. */
|
||||
|
|
Loading…
Reference in New Issue