mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Warnings
Removed unused variable.
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user