summaryrefslogtreecommitdiff
path: root/signs.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-24 20:51:21 +0000
committertron <tron@openttd.org>2005-12-24 20:51:21 +0000
commit255c4052b2015149515908f0f0b00ea14a76bc99 (patch)
tree8947fcf5f0c55c12cf64a375b8e7a6c54ea2dd19 /signs.c
parent849fff602da7a77fd21dbcd478d86ee8ed1cf5e1 (diff)
downloadopenttd-255c4052b2015149515908f0f0b00ea14a76bc99.tar.xz
(svn r3337) Remove an unused variable and add 2 times static
Diffstat (limited to 'signs.c')
-rw-r--r--signs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/signs.c b/signs.c
index e40f05da3..160ac3d19 100644
--- a/signs.c
+++ b/signs.c
@@ -10,6 +10,8 @@
#include "command.h"
#include "variables.h"
+static SignStruct *_new_sign_struct;
+
enum {
/* Max signs: 64000 (4 * 16000) */
SIGN_POOL_BLOCK_SIZE_BITS = 2, /* In bits, so (1 << 2) == 4 */