Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/src/
H A Dsettings.h49 BOOL FxOn; member
H A Dswconfig.c183 if (dummy != -1) gs.FxOn = dummy; in ReadGameSetup()
311 dummy = gs.FxOn; in WriteGameSetup()
H A Dsounds.c875 if (!gs.FxOn) in PlaySound()
1105 if (RTS_NumSounds() <= 0 || !gs.FxOn) in PlaySoundRTS()
1205 gs.FxOn = FALSE; in SoundStartup()
H A Dsave.c1155 BOOL FxBak = gs.FxOn; in LoadGame()
1160 gs.FxOn = FxBak; in LoadGame()
H A Dmenus.c2187 buttonsettings[btn_sound] = gs.FxOn; in MNU_InitMenus()
3420 last_value = gs.FxOn; in MNU_DoButton()
3421 gs.FxOn = state = buttonsettings[item->button]; in MNU_DoButton()
3422 if (gs.FxOn != last_value) in MNU_DoButton()
3424 if (!gs.FxOn) in MNU_DoButton()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dsettings.h50 SWBOOL FxOn; member
H A Dswconfig.cpp177 if (dummy != -1) gs.FxOn = dummy; in ReadGameSetup()
317 dummy = gs.FxOn; in WriteGameSetup()
H A Dsounds.cpp894 if (!gs.FxOn) in PlaySound()
1123 if (RTS_NumSounds() <= 0 || !gs.FxOn) in PlaySoundRTS()
1217 gs.FxOn = FALSE; in SoundStartup()
H A Dsave.cpp1161 SWBOOL FxBak = gs.FxOn; in LoadGame()
1166 gs.FxOn = FxBak; in LoadGame()
H A Dmenus.cpp2235 buttonsettings[btn_sound] = gs.FxOn; in MNU_InitMenus()
3417 last_value = gs.FxOn; in MNU_DoButton()
3418 gs.FxOn = state = buttonsettings[item->button]; in MNU_DoButton()
3419 if (gs.FxOn != last_value) in MNU_DoButton()
3421 if (!gs.FxOn) in MNU_DoButton()