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 "ConnectionsPlacer.h"
|
||||
#include "TownPlacer.h"
|
||||
#include "MinePlacer.h"
|
||||
#include "ObjectDistributor.h"
|
||||
#include "WaterAdopter.h"
|
||||
#include "WaterProxy.h"
|
||||
@@ -137,6 +138,7 @@ void RmgMap::addModificators()
|
||||
else
|
||||
{
|
||||
zone->addModificator<TownPlacer>();
|
||||
zone->addModificator<MinePlacer>();
|
||||
zone->addModificator<ConnectionsPlacer>();
|
||||
zone->addModificator<RoadPlacer>();
|
||||
zone->addModificator<RiverPlacer>();
|
||||
|
@@ -42,7 +42,6 @@ void TownPlacer::process()
|
||||
void TownPlacer::init()
|
||||
{
|
||||
POSTFUNCTION(MinePlacer);
|
||||
POSTFUNCTION(ObjectManager);
|
||||
POSTFUNCTION(RoadPlacer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user