1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
Removed unused variable.
This commit is contained in:
Xilmi 2024-07-20 21:02:39 +02:00
parent 809163b705
commit ed82e2bf4a

View File

@ -649,8 +649,6 @@ bool Nullkiller::handleTrading()
if (mostExpendable == mostWanted || mostWanted == -1 || mostExpendable == -1)
return false;
int acquiredResources = 0;
int toGive;
int toGet;
m->getOffer(mostExpendable, mostWanted, toGive, toGet, EMarketMode::RESOURCE_RESOURCE);