mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
finished removing thread local from NK2
This commit is contained in:
@@ -151,7 +151,6 @@ bool ResourceTrader::tradeHelper(
|
||||
int givenPerUnit;
|
||||
int receivedPerUnit;
|
||||
market.getOffer(mostExpendable, mostWanted, givenPerUnit, receivedPerUnit, EMarketMode::RESOURCE_RESOURCE);
|
||||
logAi->info("ResourceTrader: Offer: %d of %d for %d of %d", givenPerUnit, mostExpendable, receivedPerUnit, mostWanted);
|
||||
|
||||
if(!givenPerUnit || !receivedPerUnit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user