summaryrefslogtreecommitdiff
path: root/unmovable_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 12:40:50 +0000
committertron <tron@openttd.org>2006-01-05 12:40:50 +0000
commit318fe153eb20f3987c0f4d1792cc25df3ee1ff45 (patch)
treed69972d96a0b32848f54422f41b00cf39d06c5f7 /unmovable_cmd.c
parente588f86bb37c63f95495cf36da75bff24cfd7e29 (diff)
downloadopenttd-318fe153eb20f3987c0f4d1792cc25df3ee1ff45.tar.xz
(svn r3365) Staticise 36 functions
Diffstat (limited to 'unmovable_cmd.c')
-rw-r--r--unmovable_cmd.c2
1 files changed, 1 insertions, 1 deletions
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;