| 1009 | /* --- Music button menu --- */ |
| 1010 | |
| 1011 | static CallBackFunction ToolbarMusicClick(Window *w) |
| 1012 | { |
| 1013 | PopupMainToolbarMenu(w, _game_mode == GM_EDITOR ? (WidgetID)WID_TE_MUSIC_SOUND : (WidgetID)WID_TN_MUSIC_SOUND, {STR_TOOLBAR_SOUND_MUSIC}); |
| 1014 | return CBF_NONE; |
| 1015 | } |
| 1016 | |
| 1017 | /** |
| 1018 | * Handle click on the entry in the Music menu. |
nothing calls this directly
no test coverage detected