(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible
This commit is contained in:
@@ -21,8 +21,6 @@ extern CompanyByte _current_company;
|
||||
extern Colours _company_colours[MAX_COMPANIES]; ///< NOSAVE: can be determined from company structs
|
||||
extern CompanyManagerFace _company_manager_face; ///< for company manager face storage in openttd.cfg
|
||||
|
||||
bool IsHumanCompany(CompanyID company);
|
||||
|
||||
static inline bool IsLocalCompany()
|
||||
{
|
||||
return _local_company == _current_company;
|
||||
|
Reference in New Issue
Block a user