1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-05-13 22:06:58 +02:00

Fix build

This commit is contained in:
Tomasz Zieliński 2024-04-06 15:29:15 +02:00
parent b0cff23c37
commit 73ec53a9e0

View File

@ -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;