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:
@@ -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
|
||||||
|
|||||||
@@ -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 ();
|
||||||
|
|||||||
Reference in New Issue
Block a user