Revert "Use boost::thread instead of std::thread"

This reverts commit 71b5c5f2e4.
This commit is contained in:
Eduardo Bart
2013-03-05 01:47:23 -03:00
parent 8c016b143a
commit 1dd558d57e
8 changed files with 23 additions and 49 deletions

View File

@@ -252,7 +252,6 @@ 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
@@ -392,7 +391,6 @@ function refreshPlayerGoods()
end
function onOpenNpcTrade(items)
table.dump(items)
tradeItems[BUY] = {}
tradeItems[SELL] = {}