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 --- ai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai.c') diff --git a/ai.c b/ai.c index 3fce9f316..857ef9ab2 100644 --- a/ai.c +++ b/ai.c @@ -2772,7 +2772,7 @@ static const uint16 _ai_road_table_and[4] = { 0x2A00, }; -bool AiCheckRoadFinished(Player *p) +static bool AiCheckRoadFinished(Player *p) { AiRoadEnum are; uint tile; -- cgit v1.2.3-54-g00ecf