Home
last modified time | relevance | path

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

/dports/games/traingame/traingame-cb6513e/src/
H A DEditor.cpp641 const bool is_single_tile = (xmin == xmax) && (ymin == ymax); in plant_trees() local
650 if ((is_single_tile || tree_rand() > threshold) && map->empty_tile(p)) in plant_trees()