File diff r2497:4f8fde59a2e8 → r2498:8dfa040ed505
oldloader.c
Show inline comments
 
@@ -786,13 +786,13 @@ static bool LoadOldIndustry(LoadgameStat
 
		i->town = GetTown(REMAP_TOWN_IDX(_old_town_index));
 
	}
 

	
 
	return true;
 
}
 

	
 
static uint _current_player_id;
 
static PlayerID _current_player_id;
 
static uint16 _old_inaugurated_year;
 
static int32 _old_yearly;
 

	
 
static const OldChunks player_yearly_chunk[] = {
 
	OCL_VAR(  OC_INT32,   1, &_old_yearly ),
 
	OCL_END()