summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 18:07:54 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 18:07:54 +0000
commit03b731f9290d08674e254bdb17f83b721a3f96c4 (patch)
tree3173342f4d1a5481c4124be026cffed3875305d1 /src/smallmap_gui.h
parent7fc2137785654b672883eec76e4e585369ecbf86 (diff)
downloadopenttd-03b731f9290d08674e254bdb17f83b721a3f96c4.tar.xz
(svn r26904) -Fix: account for the height level for showing the seen area in the viewport (ic111)
Diffstat (limited to 'src/smallmap_gui.h')
-rw-r--r--src/smallmap_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smallmap_gui.h b/src/smallmap_gui.h
index 6652f83d8..e180fabd1 100644
--- a/src/smallmap_gui.h
+++ b/src/smallmap_gui.h
@@ -155,6 +155,7 @@ protected:
void DrawSmallMapColumn(void *dst, uint xc, uint yc, int pitch, int reps, int start_pos, int end_pos, Blitter *blitter) const;
void DrawVehicles(const DrawPixelInfo *dpi, Blitter *blitter) const;
void DrawTowns(const DrawPixelInfo *dpi) const;
+ Point GetSmallMapCoordIncludingHeight(Point viewport_coord) const;
void DrawSmallMap(DrawPixelInfo *dpi) const;
Point RemapTile(int tile_x, int tile_y) const;