(svn r6041) -Fix r6040: forgot to declare a function in viewport.c
authortruelight
Mon, 21 Aug 2006 18:18:02 +0000
changeset 4340 89b0ebfb7615
parent 4339 0b1c9f47e69b
child 4341 a93dbd5a83d4
(svn r6041) -Fix r6040: forgot to declare a function in viewport.c
viewport.c
--- a/viewport.c	Mon Aug 21 17:41:04 2006 +0000
+++ b/viewport.c	Mon Aug 21 18:18:02 2006 +0000
@@ -109,6 +109,7 @@
 TileHighlightData _thd;
 static TileInfo *_cur_ti;
 
+extern void SmallMapCenterOnCurrentPos(Window *w);
 
 static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z)
 {