소스 검색

Also, this

Tomasz Zieliński 1 년 전
부모
커밋
4d948e8c6d
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      lib/rmg/modificators/RoadPlacer.cpp

+ 0 - 4
lib/rmg/modificators/RoadPlacer.cpp

@@ -36,10 +36,6 @@ void RoadPlacer::process()
 
 void RoadPlacer::init()
 {
-	if(zone.isUnderground())
-	{
-		DEPENDENCY_ALL(RockFiller);
-	}
 }
 
 rmg::Area & RoadPlacer::areaForRoads()