Home
last modified time | relevance | path

Searched refs:snowline_change (Results 1 – 4 of 4) sorted by relevance

/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.h280 …ool snowline_change) { if( snowline_change ) { calc_image_internal( snowline_change ); } objlist…
/dports/games/simutrans/simutrans-121.0/
H A Dsimplan.h247 void check_season_snowline(const bool season_change, const bool snowline_change);
H A Dsimplan.cc309 void planquadrat_t::check_season_snowline(const bool season_change, const bool snowline_change) in check_season_snowline() argument
312 data.one->check_season_snowline( season_change, snowline_change ); in check_season_snowline()
316 data.some[i]->check_season_snowline( season_change, snowline_change ); in check_season_snowline()
H A Dsimworld.cc4053 const bool snowline_change = pending_snowline_change > 0; in step() local
4054 if( season_change || snowline_change ) { in step()
4059 plan[tile_counter].check_season_snowline( season_change, snowline_change ); in step()
4070 if( snowline_change ) { in step()