(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables.
This commit is contained in:
@@ -315,7 +315,7 @@ static CompanyID GetBestCompany(uint8 pp)
|
||||
const Company *c;
|
||||
int32 best_hist;
|
||||
CompanyID best_company;
|
||||
uint mask = 0;
|
||||
CompanyMask mask = 0;
|
||||
|
||||
do {
|
||||
best_hist = -1;
|
||||
|
Reference in New Issue
Block a user