瀏覽代碼

Update Nullkiller.cpp

Removed unused variable.
Xilmi 1 年之前
父節點
當前提交
909c308614
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;