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
commit97dd511971f00a2affaa8d17bb7d0d6c3e13f206 (patch)
tree23a6d3557feb58903656bb5447653052cda86af7 /tree_cmd.c
parent38b0a06d85d534516d6252119e967f1ec1142baf (diff)
downloadopenttd-97dd511971f00a2affaa8d17bb7d0d6c3e13f206.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;
}