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:
parent
f7a961793a
commit
a2904584d3
@ -374,7 +374,7 @@ void Nullkiller::makeTurn()
|
||||
|
||||
Goals::TTask bestTask = taskptr(Goals::Invalid());
|
||||
|
||||
for(;i <= settings->getMaxPass(); i++)
|
||||
while(true)
|
||||
{
|
||||
bestTasks.clear();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user