(svn r21020) -Add: Use center of waypoint in waypoint gui, if available.

This commit is contained in:
alberth
2010-10-23 20:39:21 +00:00
parent cccbc8f418
commit 83094e5e58
3 changed files with 29 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ void SetTileSelectBigSize(int ox, int oy, int sx, int sy);
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom);
bool ScrollWindowToTile(TileIndex tile, Window *w, bool instant = false);
bool ScrollWindowTo(int x, int y, int z, Window *w, bool instant = false);
bool ScrollMainWindowToTile(TileIndex tile, bool instant = false);