1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-28 03:57:02 +02:00

Update Nullkiller.cpp

Build and hire-tasks no longer eat into the pass-depth.
This commit is contained in:
Xilmi 2024-09-29 02:01:09 +02:00
parent f7a961793a
commit a2904584d3

View File

@ -374,7 +374,7 @@ void Nullkiller::makeTurn()
Goals::TTask bestTask = taskptr(Goals::Invalid());
for(;i <= settings->getMaxPass(); i++)
while(true)
{
bestTasks.clear();