瀏覽代碼

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);
 				}