diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index aab9a9a6..d2fee5e5 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -1365,6 +1365,7 @@ static void menuactionpress(void) else if (game.currentmenuoption == (int)game.menuoptions.size()-2) { // play the cutscene, from clipboard + music.playef(Sound_VIRIDIAN); game.cutscenetest_menu_play_id = std::string(SDL_GetClipboardText()); startmode(Start_CUTSCENETEST); } @@ -1378,6 +1379,7 @@ static void menuactionpress(void) else { // play the cutscene! + music.playef(Sound_VIRIDIAN); game.cutscenetest_menu_play_id = loc::testable_script_ids[(game.cutscenetest_menu_page*14)+game.currentmenuoption]; startmode(Start_CUTSCENETEST); }