summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_bridge.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-22 14:12:48 +0000
committerrubidium <rubidium@openttd.org>2010-05-22 14:12:48 +0000
commit6328429aac8dede8e42226fb5938c5011dc1f052 (patch)
treeface314ccb3079a152bdb96e0b23843778a87396 /src/ai/api/ai_bridge.hpp
parent03cacb797aa50a952cab1f38210b267d0db935db (diff)
downloadopenttd-6328429aac8dede8e42226fb5938c5011dc1f052.tar.xz
(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges
Diffstat (limited to 'src/ai/api/ai_bridge.hpp')
-rw-r--r--src/ai/api/ai_bridge.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_bridge.hpp b/src/ai/api/ai_bridge.hpp
index e9daa27b4..19e6bbed1 100644
--- a/src/ai/api/ai_bridge.hpp
+++ b/src/ai/api/ai_bridge.hpp
@@ -86,7 +86,7 @@ public:
static int32 GetMaxSpeed(BridgeID bridge_id);
/**
- * Get the new cost of a bridge.
+ * Get the new cost of a bridge, excluding the road and/or rail.
* @param bridge_id The bridge to get the new cost of.
* @param length The length of the bridge.
* @pre IsValidBridge(bridge_id).