From 3711ce846e36d3b79406948423c927e364ce260c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Sat, 8 Jul 2023 09:11:20 +0200 Subject: [PATCH] Check road settings for connections --- lib/rmg/modificators/ConnectionsPlacer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rmg/modificators/ConnectionsPlacer.cpp b/lib/rmg/modificators/ConnectionsPlacer.cpp index b499caf04..9b4178b4c 100644 --- a/lib/rmg/modificators/ConnectionsPlacer.cpp +++ b/lib/rmg/modificators/ConnectionsPlacer.cpp @@ -241,7 +241,7 @@ void ConnectionsPlacer::selfSideDirectConnection(const rmg::ZoneConnection & con { rmg::Object monster(*monsterType); monster.setPosition(guardPos); - manager.placeObject(monster, false, true, true); + manager.placeObject(monster, false, true); //Place objects away from the monster in the other zone, too otherZone->getModificator()->updateDistances(monster); }