(svn r8660) -Fix
-Codechange: Remove _avail_aircraft Its name is misleading. It is rather _avail_airports, but then only some of them, which leads to inconsistencies when using it. Further it is unnecessary to store it in savegams.
This commit is contained in:
@@ -1431,7 +1431,7 @@ static const OldChunks main_chunk[] = {
|
||||
OCL_VAR ( OC_UINT8, 1, &_economy.infl_amount ),
|
||||
OCL_VAR ( OC_UINT8, 1, &_economy.infl_amount_pr ),
|
||||
OCL_VAR ( OC_UINT8, 1, &_economy.interest_rate ),
|
||||
OCL_VAR ( OC_UINT8, 1, &_avail_aircraft ),
|
||||
OCL_NULL( 1 ), // available airports
|
||||
OCL_VAR ( OC_UINT8, 1, &_opt.road_side ),
|
||||
OCL_VAR ( OC_UINT8, 1, &_opt.town_name ),
|
||||
|
||||
|
Reference in New Issue
Block a user