From 318fe153eb20f3987c0f4d1792cc25df3ee1ff45 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- 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 9b2f2e3d2..07cdb76e4 100644 --- a/unmovable_cmd.c +++ b/unmovable_cmd.c @@ -23,7 +23,7 @@ * @param tile tile coordinates where HQ is located to destroy * @param flags docommand flags of calling function */ -int32 DestroyCompanyHQ(TileIndex tile, uint32 flags) +static int32 DestroyCompanyHQ(TileIndex tile, uint32 flags) { Player *p; -- cgit v1.2.3-54-g00ecf