MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / stop_audio_effect

Function stop_audio_effect

src/SB/Game/zTalkBox.cpp:932–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930 }
931 }
932 static void stop_audio_effect()
933 {
934 if ((shared.active) && (shared.active->asset->audio_effect != 1))
935 {
936 zMusicSetVolume(1.0f, music_fade_delay);
937 return;
938 }
939 }
940
941 static void deactivate()
942 {

Callers 1

deactivateFunction · 0.85

Calls 1

zMusicSetVolumeFunction · 0.85

Tested by

no test coverage detected