diff --git a/lib/CGameInfoCallback.h b/lib/CGameInfoCallback.h index aa253a138..7899acb10 100644 --- a/lib/CGameInfoCallback.h +++ b/lib/CGameInfoCallback.h @@ -91,7 +91,7 @@ public: const CMapHeader * getMapHeader()const; int3 getMapSize() const; //returns size of map - z is 1 for one - level map and 2 for two level map const TerrainTile * getTile(int3 tile, bool verbose = true) const; - shared_ptr> CGameInfoCallback::getAllVisibleTiles() const; + shared_ptr> getAllVisibleTiles() const; bool isInTheMap(const int3 &pos) const; //town