(n, n_playlist)
| 948 | } |
| 949 | |
| 950 | function do_link_click(n, n_playlist) |
| 951 | { |
| 952 | if (g_busy_searching==false && g_busy_sorting==false) |
| 953 | { |
| 954 | exit_playlist(); |
| 955 | g_user_choice=true; |
| 956 | g_user_play=true; |
| 957 | m_play_list_ptr=n_playlist; |
| 958 | if (m_play_list_ptr>=0) |
| 959 | { |
| 960 | highlight_playlist_item(m_play_list_ptr); |
| 961 | } |
| 962 | change_sound(n); |
| 963 | } |
| 964 | } |
| 965 | |
| 966 | function highlight_playlist_item(n) |
| 967 | { |
nothing calls this directly
no test coverage detected