Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Ddigifx.c55 if (sfx_on) in start_asynch_digi_fx()
62 if (sfx_on) in stop_asynch_digi_fx()
74 if (sfx_on) { in stop_digi_fx()
284 extern uchar sfx_on; in play_digi_fx_master()
287 if (!sfx_on) in play_digi_fx_master()
H A Dcutsloop.c62 extern uchar sfx_on;
317 if (sfx_on) in play_cutscene()
H A Dgameloop.c185 if (sfx_on || music_on) { in game_loop()
H A Daudiolog.c94 if (!sfx_on || !audiolog_setting) return ERR_NOEFFECT; in audiolog_play()
H A Dwrapper.c1375 sfx_on = (vol != 0); in recompute_digifx_level()
1377 if (sfx_on) { in recompute_digifx_level()
1407 vol = (sfx_on) ? 100 : 0; in digi_toggle_deal()
1563 REF_STR_MusicFeedbackText + 5, sizeof(sfx_on), &sfx_on, 2, digi_toggle_deal, &r); in sound_screen_init()
/dports/games/triplane/triplane-classic-1.08.r20130224/src/world/
H A Dtripaudio.cpp50 if (config.ground_i_sounds && config.sound_on && config.sfx_on) { in kkbase_sound()
59 if (config.ground_i_sounds && config.sound_on && config.sfx_on) { in itgun_sound()
H A Dfobjects.cpp150 if (config.sound_on && config.sfx_on) in do_shots()
238 if (config.gunshot_sounds && config.sound_on && config.sfx_on) { in start_shot()
718 if (config.splash && config.sound_on && config.sfx_on) in start_bomb_explo()
722 if (config.explosion_sounds && config.sound_on && config.sfx_on) in start_bomb_explo()
H A Dtripai.cpp937 if (config.infantry_sounds && config.sound_on && config.sfx_on) { in infan_take_hits()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dmusicai.h171 extern uchar /*sfx_card, */ sfx_on;
/dports/games/triplane/triplane-classic-1.08.r20130224/src/
H A Dsettings.cpp417 config.sfx_on = SDL_SwapLE32(config.sfx_on); in swap_config_endianes()
472 config.sfx_on = 1; in load_config()
H A Dsettings.h133 int32_t sfx_on; member
H A Dtriplane.cpp674 if (config.sound_on && config.sfx_on) in cause_damage()
1277 if (config.sound_on && config.sfx_on) in detect_collision()
1286 if (config.sound_on && config.sfx_on) in detect_collision()
1319 if (config.sound_on && config.sfx_on) { in detect_collision()
1360 if (config.sound_on && config.sfx_on) { in detect_collision()
3678 if (config.sfx_on) { in main()
/dports/games/triplane/triplane-classic-1.08.r20130224/src/menus/
H A Dtripmenu.cpp1264 if (config.sfx_on) in options_menu()
1743 config.sfx_on = menusubselect; in options_menu()
1869 if (is_there_sound && config.sfx_on && (!sfx_loaded)) in options_menu()
1872 if (sfx_loaded && (!is_there_sound || !config.sfx_on)) in options_menu()
2751 if (is_there_sound && config.sfx_on) { in kangas_menu()
2773 if (is_there_sound && config.sfx_on) { in kangas_menu()
2872 if (is_there_sound && config.sfx_on) { in kangas_menu()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DAudioOptions_gump.cc242 bool sfx_on = (Audio::get_ptr()->are_effects_enabled()); in load_settings() local
348 if (!sfx_on) in load_settings()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DPrefs.c52 uchar sfx_on = TRUE; variable
266 fprintf(f, "%s = %d\n", PREF_SFX_VOL, sfx_on ? curr_sfx_vol : 0); in SavePrefs()
291 sfx_on = gShockPrefs.soSoundFX; in SetShockGlobals()
H A DShockDialogs.c55 extern uchar sfx_on;
241 sfx_on = gShockPrefs.soSoundFX;