Restore arrow menu sounds after editing a control set name; bug #1066

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3389 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-04 18:24:15 +00:00
parent f59b1f9e8e
commit c3f408a9b8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7: Changes towards version 0.7:
- Restore menu sounds after editing a control set name (bug #1066) - Alex
- Added 'COLOR' resource type - SvdB - Added 'COLOR' resource type - SvdB
- All graphics operations use 24-bits colors at the game level too now, - All graphics operations use 24-bits colors at the game level too now,
instead of 16 bits colors. - SvdB instead of 16 bits colors. - SvdB
+1
View File
@@ -571,6 +571,7 @@ OnTextEntryEvent (WIDGET_TEXTENTRY *widget)
(*(widget->onChange))(widget); (*(widget->onChange))(widget);
} }
} }
SetMenuSounds (MENU_SOUND_ARROWS, MENU_SOUND_SELECT);
widget->state = WTE_NORMAL; widget->state = WTE_NORMAL;
redraw_menu (); redraw_menu ();