diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 4e315e6e0..008a7dffb 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.7: +- Restore menu sounds after editing a control set name (bug #1066) - Alex - Added 'COLOR' resource type - SvdB - All graphics operations use 24-bits colors at the game level too now, instead of 16 bits colors. - SvdB diff --git a/sc2/src/uqm/setupmenu.c b/sc2/src/uqm/setupmenu.c index 24981bb00..2ec016b97 100644 --- a/sc2/src/uqm/setupmenu.c +++ b/sc2/src/uqm/setupmenu.c @@ -571,6 +571,7 @@ OnTextEntryEvent (WIDGET_TEXTENTRY *widget) (*(widget->onChange))(widget); } } + SetMenuSounds (MENU_SOUND_ARROWS, MENU_SOUND_SELECT); widget->state = WTE_NORMAL; redraw_menu ();