summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-20 18:52:12 +0000
committersmatz <smatz@openttd.org>2009-09-20 18:52:12 +0000
commit9cf2e921599e222a58884179e6c435f731f3d149 (patch)
treeebc1252913d089288fcb8365fbfe6ddd90d201e2 /src/tile_cmd.h
parent12ef0046dde205e0e111ed7e6d830ea4f93c45c9 (diff)
downloadopenttd-9cf2e921599e222a58884179e6c435f731f3d149.tar.xz
(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index 748db79e8..4ce9aa1a7 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -80,7 +80,7 @@ typedef CommandCost ClearTileProc(TileIndex tile, DoCommandFlag flags);
* Tile callback function signature for obtaining cargo acceptance of a tile
* @param tile Tile queried for its accepted cargo
* @param acceptance Storage destination of the cargo acceptance in 1/8
- * @param always_accepted Bitmask of town and headquarters-accepted cargo
+ * @param always_accepted Bitmask of always accepted cargo types
*/
typedef void AddAcceptedCargoProc(TileIndex tile, CargoArray &acceptance, uint32 *always_accepted);