* Get the lowest possible snow line height, either variable or static. * @return the lowest snow line height. * @ingroup SnowLineGroup */
| 627 | * @ingroup SnowLineGroup |
| 628 | */ |
| 629 | uint8_t LowestSnowLine() |
| 630 | { |
| 631 | return _snow_line == nullptr ? _settings_game.game_creation.snow_line_height : _snow_line->lowest_value; |
| 632 | } |
| 633 | |
| 634 | /** |
| 635 | * Clear the variable snow line table and free the memory. |
no outgoing calls
no test coverage detected