Răsfoiți Sursa

Warnings

Removed unused variable.
Xilmi 1 an în urmă
părinte
comite
ed82e2bf4a
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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);