mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Place Mines after Monoliths.
This commit is contained in:
parent
d9a2621231
commit
e6eafca2d0
@ -7,6 +7,7 @@
|
||||
#include "StdInc.h"
|
||||
#include "MinePlacer.h"
|
||||
#include "TownPlacer.h"
|
||||
#include "ConnectionsPlacer.h"
|
||||
#include "CMapGenerator.h"
|
||||
#include "RmgMap.h"
|
||||
#include "../mapping/CMap.h"
|
||||
@ -38,6 +39,7 @@ void MinePlacer::process()
|
||||
void MinePlacer::init()
|
||||
{
|
||||
DEPENDENCY(TownPlacer);
|
||||
DEPENDENCY(ConnectionsPlacer);
|
||||
POSTFUNCTION(ObjectManager);
|
||||
POSTFUNCTION(RoadPlacer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user