mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Add back Mines.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include "TreasurePlacer.h"
|
#include "TreasurePlacer.h"
|
||||||
#include "ConnectionsPlacer.h"
|
#include "ConnectionsPlacer.h"
|
||||||
#include "TownPlacer.h"
|
#include "TownPlacer.h"
|
||||||
|
#include "MinePlacer.h"
|
||||||
#include "ObjectDistributor.h"
|
#include "ObjectDistributor.h"
|
||||||
#include "WaterAdopter.h"
|
#include "WaterAdopter.h"
|
||||||
#include "WaterProxy.h"
|
#include "WaterProxy.h"
|
||||||
@@ -137,6 +138,7 @@ void RmgMap::addModificators()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
zone->addModificator<TownPlacer>();
|
zone->addModificator<TownPlacer>();
|
||||||
|
zone->addModificator<MinePlacer>();
|
||||||
zone->addModificator<ConnectionsPlacer>();
|
zone->addModificator<ConnectionsPlacer>();
|
||||||
zone->addModificator<RoadPlacer>();
|
zone->addModificator<RoadPlacer>();
|
||||||
zone->addModificator<RiverPlacer>();
|
zone->addModificator<RiverPlacer>();
|
||||||
|
@@ -42,7 +42,6 @@ void TownPlacer::process()
|
|||||||
void TownPlacer::init()
|
void TownPlacer::init()
|
||||||
{
|
{
|
||||||
POSTFUNCTION(MinePlacer);
|
POSTFUNCTION(MinePlacer);
|
||||||
POSTFUNCTION(ObjectManager);
|
|
||||||
POSTFUNCTION(RoadPlacer);
|
POSTFUNCTION(RoadPlacer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user