Tomasz Zieliński hace 1 año
padre
commit
73ec53a9e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;