changeset 4340:363642e478f9 draft

(svn r6041) -Fix r6040: forgot to declare a function in viewport.c
author truelight <truelight@openttd.org>
date Mon, 21 Aug 2006 18:18:02 +0000
parents 379a4ecab2bc
children adf5504f6411
files viewport.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/viewport.c
+++ b/viewport.c
@@ -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)
 {