1
0
forked from 0ad/0ad

Improve bartering GUI responsiveness and immediately switch to the selected resource instead of waiting one turn. Refs #3194.

This was SVN commit r18416.
This commit is contained in:
elexis 2016-06-21 09:34:26 +00:00
parent 4fde34c168
commit bc40ebb97e

View File

@ -125,6 +125,7 @@ g_SelectionPanels.Barter = {
button.Sell.onPress = function() {
g_BarterSell = data.item;
updateSelectionDetails();
};
button.Buy.onPress = function() {