X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=9b573f66c2c2bbebb0880b9d882808ce1135d4e0;hp=e99d26ce169ad18c33f601c674a684d6165ff0d6;hb=5facf9255f9b11b10ecb89d4e552ae931e35bb89;hpb=1f295bbb8d7a54989dd60a4f3aee7b4ca5719bf1 diff --git a/src/tools.c b/src/tools.c index e99d26ce..9b573f66 100644 --- a/src/tools.c +++ b/src/tools.c @@ -8401,6 +8401,17 @@ void PlayMenuMusic() PlayMenuMusicExt(menu.music[game_status]); } +void PlayMenuSoundsAndMusic() +{ + PlayMenuSound(); + PlayMenuMusic(); +} + +void FadeMenuSoundsAndMusic() +{ + FadeSoundsAndMusic(); +} + void PlaySoundActivating() { #if 0