Home
last modified time | relevance | path

Searched refs:get_no_trees (Results 1 – 7 of 7) sorted by relevance

/dports/games/simutrans/simutrans-121.0/gui/
H A Dclimates.cc86 no_tree.pressed = sets->get_no_trees(); in climate_gui_t()
H A Dwelt.cc352 sizeof(baum_t)*(1-sets->get_no_trees()) + /* only one since a lot will be water */ in update_memory()
H A Dsettings_stats.cc528 INIT_BOOL( "no tree", sets->get_no_trees() ); in init()
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dsettings.h565 bool get_no_trees() const { return no_trees; } in get_no_trees() function
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dfabrikbauer.cc159 …if( site==factory_desc_t::forest && !welt->get_settings().get_no_trees() && condmet < mincond… in is_area_ok()
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc1288 if (!settings.get_no_trees()) { in init()
H A Dsimtool.cc2087 if( welt->get_settings().get_no_trees() && !player->is_public_service() ) { in work()