MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / func_fade

Function func_fade

src/Engine/Adlib/adlplayer.cpp:833–843  ·  view source on GitHub ↗

MAIN FUNCTION - initialize fade procedure

Source from the content-addressed store, hash-verified

831
832//MAIN FUNCTION - initialize fade procedure
833void func_fade()
834{
835 if (adl_gv_tmp_music_volume == 0)
836 {
837 func_mute();
838 }
839 else
840 {
841 adl_gv_want_fade = true;
842 }
843}
844
845//MAIN FUNCTION - check if music finished
846bool func_is_music_playing()

Callers 1

initMethod · 0.85

Calls 1

func_muteFunction · 0.85

Tested by

no test coverage detected