summaryrefslogtreecommitdiff
path: root/src/clear_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/clear_cmd.cpp
parent996e5eea471f740428f2878884363521200d6ca1 (diff)
downloadopenttd-50b5678e267d371c9c69195966b60ce903bfbe46.tar.xz
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly
Diffstat (limited to 'src/clear_cmd.cpp')
-rw-r--r--src/clear_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp
index 0fc082eeb..f018f4252 100644
--- a/src/clear_cmd.cpp
+++ b/src/clear_cmd.cpp
@@ -354,7 +354,7 @@ extern const TileTypeProcs _tile_type_clear_procs = {
NULL, ///< animate_tile_proc
TileLoop_Clear, ///< tile_loop_clear
ChangeTileOwner_Clear, ///< change_tile_owner_clear
- NULL, ///< get_produced_cargo_proc
+ NULL, ///< add_produced_cargo_proc
NULL, ///< vehicle_enter_tile_proc
GetFoundation_Clear, ///< get_foundation_proc
TerraformTile_Clear, ///< terraform_tile_proc