Home
last modified time | relevance | path

Searched refs:neighbour_climate (Results 1 – 2 of 2) sorted by relevance

/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.cc1036 climate neighbour_climate[8]; local
1042 neighbour_climate[i] = welt->get_climate( k_neighbour );
1057 climate climatej = neighbour_climate[(i * 2 + j) & 7];
1082 climate climatej = neighbour_climate[(j * 2 + k) & 7];
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc1605 climate neighbour_climate[8]; in create_beaches() local
1611 neighbour_climate[i] = get_climate( k_neighbour ); in create_beaches()
1616 …_climate = (climate) max( max( neighbour_climate[(i * 2 + 1) & 7], neighbour_climate[(i * 2 + 3) &… in create_beaches()
1617 …_climate = (climate) min( min( neighbour_climate[(i * 2 + 1) & 7], neighbour_climate[(i * 2 + 3) &… in create_beaches()
5994 climate neighbour_climate[8]; in recalc_transitions() local
6000 neighbour_climate[i] = get_climate( k_neighbour ); in recalc_transitions()
6019 climate climatej = neighbour_climate[(i * 2 + j) & 7]; in recalc_transitions()