From a1531b58db0ebf1f8112b5a80ec20c479b1671c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Sat, 20 May 2023 13:38:14 +0200 Subject: [PATCH] More fixes --- lib/mapping/ObstacleProxy.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/mapping/ObstacleProxy.h b/lib/mapping/ObstacleProxy.h index 313129ee3..b8957e66a 100644 --- a/lib/mapping/ObstacleProxy.h +++ b/lib/mapping/ObstacleProxy.h @@ -48,8 +48,6 @@ public: void finalInsertion(CMapEditManager * manager, std::set & 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;