OpenTTD Source
20241108-master-g80f628063a
|
Settings related to music. More...
#include <settings_type.h>
Data Fields | |
uint8_t | playlist |
The playlist (number) to play. | |
uint8_t | music_vol |
The requested music volume. | |
uint8_t | effect_vol |
The requested effects volume. | |
uint8_t | custom_1 [33] |
The order of the first custom playlist. | |
uint8_t | custom_2 [33] |
The order of the second custom playlist. | |
bool | playing |
Whether music is playing. | |
bool | shuffle |
Whether to shuffle the music. | |
Settings related to music.
Definition at line 256 of file settings_type.h.