From 2e0f68014e844e8df84b2714ed2ce41c1c36469f Mon Sep 17 00:00:00 2001
From: truelight <truelight@openttd.org>
Date: Mon, 21 Aug 2006 18:18:02 +0000
Subject: [PATCH] (svn r6041) -Fix r6040: forgot to declare a function in
 viewport.c

---
 viewport.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/viewport.c b/viewport.c
index 041d2b2862..2120968233 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)
 {