mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r6041) -Fix r6040: forgot to declare a function in viewport.c
This commit is contained in:
parent
7c6ec91ef7
commit
2e0f68014e
@ -109,6 +109,7 @@ static ViewportDrawer *_cur_vd;
|
|||||||
TileHighlightData _thd;
|
TileHighlightData _thd;
|
||||||
static TileInfo *_cur_ti;
|
static TileInfo *_cur_ti;
|
||||||
|
|
||||||
|
extern void SmallMapCenterOnCurrentPos(Window *w);
|
||||||
|
|
||||||
static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z)
|
static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user