From 249a170acef352b40c7fa67fe65bdc62cbae4ff1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Nov 2004 19:44:06 +0000 Subject: (svn r607) -Patch: [ 985102 ] static cleanup Thanks to lvoge --- unmovable_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unmovable_cmd.c') diff --git a/unmovable_cmd.c b/unmovable_cmd.c index f346f51df..5c37ba7ec 100644 --- a/unmovable_cmd.c +++ b/unmovable_cmd.c @@ -234,7 +234,7 @@ static const TileIndexDiff _tile_add[4] = { }; /* checks, if a radio tower is within a 9x9 tile square around tile */ -bool checkRadioTowerNearby(uint tile) +static bool checkRadioTowerNearby(uint tile) { uint tile_s; -- cgit v1.2.3-54-g00ecf