mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
NKAI: improve army gathering
This commit is contained in:
@@ -222,7 +222,7 @@ void Nullkiller::makeTurn()
|
||||
boost::lock_guard<boost::mutex> sharedStorageLock(AISharedStorage::locker);
|
||||
|
||||
const int MAX_DEPTH = 10;
|
||||
const int FAST_TASK_MINIMAL_PRIORITY = 0.7;
|
||||
const float FAST_TASK_MINIMAL_PRIORITY = 0.7;
|
||||
|
||||
resetAiState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user