summaryrefslogtreecommitdiff
path: root/src/company_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_func.h')
-rw-r--r--src/company_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/company_func.h b/src/company_func.h
index 29650d78c..99041b6d4 100644
--- a/src/company_func.h
+++ b/src/company_func.h
@@ -32,8 +32,8 @@ void SubtractMoneyFromCompanyFract(CompanyID company, CommandCost cost);
CommandCost CheckOwnership(Owner owner, TileIndex tile = 0);
CommandCost CheckTileOwnership(TileIndex tile);
-extern CompanyByte _local_company;
-extern CompanyByte _current_company;
+extern CompanyID _local_company;
+extern CompanyID _current_company;
extern Colours _company_colours[MAX_COMPANIES];
extern CompanyManagerFace _company_manager_face;