Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dtree_cmd.cpp57 static const uint16 EDITOR_TREE_DIV = 5; ///< Game editor tree generation divisor… variable
252 if (_game_mode == GM_EDITOR) i /= EDITOR_TREE_DIV; in PlaceTreesRandomly()
280 if (_game_mode == GM_EDITOR) i /= EDITOR_TREE_DIV; in PlaceTreesRandomly()