Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dsound.cpp115 else if( !is_music && game_g->isPrefSoundOn() ) { in play()
H A Dgame.h454 bool isPrefSoundOn() const { in isPrefSoundOn() function
H A Dgui.cpp235 this->button_sound->setActive( game_g->isPrefSoundOn() ? 0 : 1 ); in ChooseMenPanel()