summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-06-27 17:05:20 +0000
committersmatz <smatz@openttd.org>2009-06-27 17:05:20 +0000
commit50b5678e267d371c9c69195966b60ce903bfbe46 (patch)
tree5f5b144a504cc9537b7073a88d66a38159b32393 /src/tree_cmd.cpp
parent996e5eea471f740428f2878884363521200d6ca1 (diff)
downloadopenttd-50b5678e267d371c9c69195966b60ce903bfbe46.tar.xz
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r--src/tree_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 2801383a3..653ba8bd5 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -764,7 +764,7 @@ extern const TileTypeProcs _tile_type_trees_procs = {
NULL, // animate_tile_proc
TileLoop_Trees, // tile_loop_clear
ChangeTileOwner_Trees, // change_tile_owner_clear
- NULL, // get_produced_cargo_proc
+ NULL, // add_produced_cargo_proc
NULL, // vehicle_enter_tile_proc
GetFoundation_Trees, // get_foundation_proc
TerraformTile_Trees, // terraform_tile_proc