From 0e64dc50b6d4dd53c3585c2d4cf5691883caf782 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 28 Jul 2005 19:18:27 +0000 Subject: (svn r2738) Small bit fiddling cleanup --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.h') 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 */ -- cgit v1.2.3-54-g00ecf