summaryrefslogtreecommitdiff
path: root/oldloader.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-14 06:20:23 +0000
committertron <tron@openttd.org>2005-12-14 06:20:23 +0000
commit9822b4d755ba1bcc126643cd21a2c4362a4026d9 (patch)
tree5042ddfac1e3c26fb99ea38d0bd4b90959a93d61 /oldloader.c
parentae624ee69045c23e05396740fb2a3f6cd09809ff (diff)
downloadopenttd-9822b4d755ba1bcc126643cd21a2c4362a4026d9.tar.xz
(svn r3297) Staticise
Diffstat (limited to 'oldloader.c')
-rw-r--r--oldloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldloader.c b/oldloader.c
index b11482891..e25b6b9f1 100644
--- a/oldloader.c
+++ b/oldloader.c
@@ -455,7 +455,7 @@ static uint32 _old_town_index;
static uint16 _old_string_id;
static uint16 _old_string_id_2;
-void ReadTTDPatchFlags(void)
+static void ReadTTDPatchFlags(void)
{
int i;