1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
This commit is contained in:
Tomasz Zieliński 2024-07-30 08:50:33 +02:00
parent a7fa3c7d8b
commit 4413f03276

View File

@ -62,8 +62,7 @@ void ConnectionsPlacer::process()
if (!vstd::contains(dCompleted, c))
{
placeMonolithConnection(c);
// FIXME: Two pair of monoliths are added instead of 1
continue;
continue;
}
}