mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Update Nullkiller.cpp
Build and hire-tasks no longer eat into the pass-depth.
This commit is contained in:
@@ -374,7 +374,7 @@ void Nullkiller::makeTurn()
|
|||||||
|
|
||||||
Goals::TTask bestTask = taskptr(Goals::Invalid());
|
Goals::TTask bestTask = taskptr(Goals::Invalid());
|
||||||
|
|
||||||
for(;i <= settings->getMaxPass(); i++)
|
while(true)
|
||||||
{
|
{
|
||||||
bestTasks.clear();
|
bestTasks.clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user