MAIN FUNCTION - instantly stops music
| 517 | |
| 518 | //MAIN FUNCTION - instantly stops music |
| 519 | void func_mute() |
| 520 | { |
| 521 | adl_gv_polyphony_level = 0; |
| 522 | adl_gv_music_playing = false; |
| 523 | adlib_reset_channels(); |
| 524 | } |
| 525 | |
| 526 | //decrease volume until 0 with each call, and then stops music |
| 527 | void fade_volume_if_need() |
no test coverage detected