1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

More fixes

This commit is contained in:
Tomasz Zieliński
2023-05-20 13:38:14 +02:00
parent ae97912b1e
commit a1531b58db

View File

@@ -48,8 +48,6 @@ public:
void finalInsertion(CMapEditManager * manager, std::set<CGObjectInstance*> & instances);
void placeObstacles( CRandomGenerator & rand);
virtual void postProcess(const rmg::Object& object) {};
protected:
@@ -70,7 +68,7 @@ public:
bool isInTheMap(const int3& tile) override;
void EditorObstaclePlacer::placeObstacles(CRandomGenerator& rand);
void placeObstacles(CRandomGenerator& rand);
private:
CMap* map;