(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps.

This commit is contained in:
alberth
2010-02-06 13:19:46 +00:00
parent 21589daea9
commit a6e8c747c9
3 changed files with 70 additions and 11 deletions

View File

@@ -47,6 +47,8 @@ struct TileArea {
}
bool Intersects(const TileArea &ta) const;
void ClampToMap();
};
#endif /* TILEAREA_TYPE_H */