summaryrefslogtreecommitdiff
path: root/tree_cmd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
committertruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
commita243285af4aa15923c5f2905a01a101603f72517 (patch)
tree23a6d3557feb58903656bb5447653052cda86af7 /tree_cmd.c
parentff23795f5be95d273c2168d71cbc25fa7fff1c3e (diff)
downloadopenttd-a243285af4aa15923c5f2905a01a101603f72517.tar.xz
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
dynamic arrays
Diffstat (limited to 'tree_cmd.c')
-rw-r--r--tree_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tree_cmd.c b/tree_cmd.c
index d3a88aa07..fca9f1ef6 100644
--- a/tree_cmd.c
+++ b/tree_cmd.c
@@ -641,7 +641,6 @@ static void ChangeTileOwner_Trees(uint tile, byte old_player, byte new_player)
void InitializeTrees()
{
- memset(_sign_list, 0, sizeof(_sign_list));
_trees_tick_ctr = 0;
}