Use boost::thread instead of std::thread

This commit is contained in:
Eduardo Bart
2013-03-04 23:05:22 -03:00
parent 5396ea6231
commit 71b5c5f2e4
8 changed files with 49 additions and 23 deletions

View File

@@ -252,6 +252,7 @@ function getItemPrice(item, single)
if not single then
amount = quantityScroll:getValue()
end
if getCurrentTradeType() == BUY then
if buyWithBackpack:isChecked() then
if item.ptr:isStackable() then
@@ -391,6 +392,7 @@ function refreshPlayerGoods()
end
function onOpenNpcTrade(items)
table.dump(items)
tradeItems[BUY] = {}
tradeItems[SELL] = {}