Codechange: Remove Company/OwnerByte types
This commit is contained in:
@@ -655,7 +655,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
Backup<CompanyByte> cur_company(_current_company, OWNER_NONE, FILE_LINE);
|
||||
Backup<CompanyID> cur_company(_current_company, OWNER_NONE, FILE_LINE);
|
||||
_generating_world = true;
|
||||
_ignore_restrictions = true;
|
||||
|
||||
|
Reference in New Issue
Block a user