Skip to content
Snippets Groups Projects
Commit 2b6867cd authored by GabrielTofvesson's avatar GabrielTofvesson
Browse files

Fixed header so that native bot implementation doesn't complain

parent bf2f7d2c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public:
bool canBuildHereWithSpace(int bx, int by, const UnitType & type, int buildDist) const;
// returns a build location near a building's desired location
CCTilePosition getBuildLocationNear(const CCTilePosition & p, const UnitType & type, int buildDist, int search_count) const;
CCTilePosition getBuildLocationNear(const CCTilePosition & p, const UnitType & type, int buildDist, int search_count = 1000) const;
void drawReservedTiles();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment