OpenTTD Source  20240917-master-g9ab0a47812

Structure describing the height of the snow line each day of the year. More...

#include <landscape.h>

Data Fields

uint8_t table [SNOW_LINE_MONTHS][SNOW_LINE_DAYS]
 Height of the snow line each day of the year.
 
uint8_t highest_value
 Highest snow line of the year.
 
uint8_t lowest_value
 Lowest snow line of the year.
 

Detailed Description

Structure describing the height of the snow line each day of the year.

Definition at line 23 of file landscape.h.


The documentation for this struct was generated from the following file: