diff options
-rw-r--r-- | viewport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewport.c b/viewport.c index 041d2b286..212096823 100644 --- a/viewport.c +++ b/viewport.c @@ -109,6 +109,7 @@ static ViewportDrawer *_cur_vd; TileHighlightData _thd; static TileInfo *_cur_ti; +extern void SmallMapCenterOnCurrentPos(Window *w); static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z) { |