summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-14 06:51:19 +0000
committertron <tron@openttd.org>2005-12-14 06:51:19 +0000
commit560e92aa4a59d16008bd27a35de2de79fdea676b (patch)
tree87cf1216b177c5bfa5e031753d6da558fa1ab06a /openttd.c
parentcc2b51320f3d375a6ac46e0a5d3c591c5c2b507f (diff)
downloadopenttd-560e92aa4a59d16008bd27a35de2de79fdea676b.tar.xz
(svn r3301) One more static
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index c4338c099..8bd4bae84 100644
--- a/openttd.c
+++ b/openttd.c
@@ -1093,7 +1093,7 @@ static void UpdateExclusiveRights(void)
*/
}
-const byte convert_currency[] = {
+static const byte convert_currency[] = {
0, 1, 12, 8, 3,
10, 14, 19, 4, 5,
9, 11, 13, 6, 17,