mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
Workaround with Obelisks. Kill me later.
This commit is contained in:
parent
05d172ccb8
commit
90b72a7856
@ -973,7 +973,7 @@ void CRmgTemplateZone::createObstacles(CMapGenerator* gen)
|
|||||||
if (gen->shouldBeBlocked(tile)) //fill tiles that should be blocked with obstacles
|
if (gen->shouldBeBlocked(tile)) //fill tiles that should be blocked with obstacles
|
||||||
{
|
{
|
||||||
auto obj = new CGObjectInstance();
|
auto obj = new CGObjectInstance();
|
||||||
obj->ID = static_cast<Obj>(130);
|
obj->ID = static_cast<Obj>(57);
|
||||||
obj->subID = 0;
|
obj->subID = 0;
|
||||||
placeObject(gen, obj, tile);
|
placeObject(gen, obj, tile);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user