(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without changing the map array) and make the CompanyIDs contiguous.
-Note: 15 should be enough for now... making it any more means adding more bytes to the map array and thus wasting more bits instead of reducing the bit waste.
This commit is contained in:
@@ -1135,7 +1135,8 @@ static const SaveLoad _company_desc[] = {
|
||||
SLE_VAR(Company, num_valid_stat_ent, SLE_UINT8),
|
||||
|
||||
SLE_VAR(Company, quarters_of_bankrupcy, SLE_UINT8),
|
||||
SLE_VAR(Company, bankrupt_asked, SLE_UINT8),
|
||||
SLE_CONDVAR(Company, bankrupt_asked, SLE_FILE_U8 | SLE_VAR_U16, 0, 103),
|
||||
SLE_CONDVAR(Company, bankrupt_asked, SLE_UINT16, 104, SL_MAX_VERSION),
|
||||
SLE_VAR(Company, bankrupt_timeout, SLE_INT16),
|
||||
SLE_CONDVAR(Company, bankrupt_value, SLE_VAR_I64 | SLE_FILE_I32, 0, 64),
|
||||
SLE_CONDVAR(Company, bankrupt_value, SLE_INT64, 65, SL_MAX_VERSION),
|
||||
|
Reference in New Issue
Block a user