mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +02:00
Warnings
Removed unused variable.
This commit is contained in:
parent
809163b705
commit
ed82e2bf4a
@ -649,8 +649,6 @@ bool Nullkiller::handleTrading()
|
|||||||
if (mostExpendable == mostWanted || mostWanted == -1 || mostExpendable == -1)
|
if (mostExpendable == mostWanted || mostWanted == -1 || mostExpendable == -1)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
int acquiredResources = 0;
|
|
||||||
|
|
||||||
int toGive;
|
int toGive;
|
||||||
int toGet;
|
int toGet;
|
||||||
m->getOffer(mostExpendable, mostWanted, toGive, toGet, EMarketMode::RESOURCE_RESOURCE);
|
m->getOffer(mostExpendable, mostWanted, toGive, toGet, EMarketMode::RESOURCE_RESOURCE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user