Browse Source

Warnings

Removed unused variable.
Xilmi 1 year ago
parent
commit
ed82e2bf4a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      AI/Nullkiller/Engine/Nullkiller.cpp

+ 0 - 2
AI/Nullkiller/Engine/Nullkiller.cpp

@@ -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);