Browse Source

Fix build

Tomasz Zieliński 1 year ago
parent
commit
73ec53a9e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/mapping/ObstacleProxy.h

+ 1 - 1
lib/mapping/ObstacleProxy.h

@@ -53,7 +53,7 @@ public:
 
 protected:
 	int getWeightedObjects(const int3& tile, CRandomGenerator& rand, IGameCallback * cb, std::list<rmg::Object>& allObjects, std::vector<std::pair<rmg::Object*, int3>>& weightedObjects);
-	void ObstacleProxy::sortObstacles();
+	void sortObstacles();
 
 	rmg::Area blockedArea;