mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-22 09:55:17 +02:00
NKAI: composite pathfinder actions and fix for guarded bordergate
This commit is contained in:
committed by
Andrii Danylchenko
parent
e23936f6dc
commit
0829593356
@@ -114,7 +114,7 @@ const CGObjectInstance * ObjectClusterizer::getBlocker(const AIPath & path) cons
|
||||
|
||||
if(blockerObject)
|
||||
{
|
||||
blockers.push_back(blockerObject);
|
||||
blockers.insert(blockers.begin(), blockerObject);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user