Ver Fonte

Update Nullkiller.cpp

Removed unused variable.
Xilmi há 1 ano atrás
pai
commit
909c308614
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      AI/Nullkiller/Engine/Nullkiller.cpp

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

@@ -349,7 +349,6 @@ void Nullkiller::makeTurn()
 	boost::lock_guard<boost::mutex> sharedStorageLock(AISharedStorage::locker);
 
 	const int MAX_DEPTH = 10;
-	const float FAST_TASK_MINIMAL_PRIORITY = 0.7f;
 
 	float totalHeroStrength = 0;
 	int totalTownLevel = 0;