Преглед изворни кода

Check road settings for connections

Tomasz Zieliński пре 2 година
родитељ
комит
3711ce846e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/rmg/modificators/ConnectionsPlacer.cpp

+ 1 - 1
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<ObjectManager>()->updateDistances(monster);
 				}