summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-28 19:18:27 +0000
committertron <tron@openttd.org>2005-07-28 19:18:27 +0000
commit64ac1a6414e6ee2aa0988a7a482fede8e11f5d64 (patch)
tree2800d305d092d91d6d0f57dd943a740b5b26676c /functions.h
parentff61e34d6c62f8fe06b140b54a2d2b7098a6c154 (diff)
downloadopenttd-64ac1a6414e6ee2aa0988a7a482fede8e11f5d64.tar.xz
(svn r2738) Small bit fiddling cleanup
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 8a0fa4897..f974b6af0 100644
--- a/functions.h
+++ b/functions.h
@@ -52,7 +52,7 @@ static inline Point RemapCoords2(int x, int y)
/* clear_land.c */
void DrawHillyLandTile(TileInfo *ti);
void DrawClearLandTile(TileInfo *ti, byte set);
-void DrawClearLandFence(TileInfo *ti, byte img);
+void DrawClearLandFence(const TileInfo *ti);
void TileLoopClearHelper(TileIndex tile);
/* station_land.c */