1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Also, this

This commit is contained in:
Tomasz Zieliński 2024-05-01 07:58:47 +02:00
parent 9301bb9af5
commit 4d948e8c6d

View File

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