summaryrefslogtreecommitdiff
path: root/industry_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 /industry_cmd.c
parente588f86bb37c63f95495cf36da75bff24cfd7e29 (diff)
downloadopenttd-318fe153eb20f3987c0f4d1792cc25df3ee1ff45.tar.xz
(svn r3365) Staticise 36 functions
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index 1aad8c926..ac5320005 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -27,7 +27,7 @@ enum {
/**
* Called if a new block is added to the industry-pool
*/
-void IndustryPoolNewBlock(uint start_item)
+static void IndustryPoolNewBlock(uint start_item)
{
Industry *i;