| 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 | { |
no test coverage detected