Fix #6544: Don't join AI company when loading network game in singleplayer

This commit is contained in:
Tyler Trahan
2022-01-19 16:46:51 -07:00
committed by rubidium42
parent 5ea55f3948
commit ec90fb4c99
4 changed files with 41 additions and 10 deletions

View File

@@ -56,5 +56,6 @@ static inline bool IsInteractiveCompany(CompanyID company)
}
int CompanyServiceInterval(const Company *c, VehicleType type);
CompanyID GetFirstPlayableCompanyID();
#endif /* COMPANY_FUNC_H */