OpenTTD Source
20241108-master-g80f628063a
|
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. | |
Structure describing the height of the snow line each day of the year.
Definition at line 23 of file landscape.h.