Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dmusic_gui.cpp80 bool IsShuffle() const;
274 bool MusicSystem::IsShuffle() const in IsShuffle() function in MusicSystem
316 } else if (this->IsShuffle()) { in PlaylistAdd()
801 if (_music.IsShuffle()) { in OnClick()
806 this->SetWidgetLoweredState(WID_M_SHUFFLE, _music.IsShuffle()); in OnClick()