summaryrefslogtreecommitdiff
path: root/src/bridge.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-08 20:16:51 +0000
committerfrosch <frosch@openttd.org>2010-06-08 20:16:51 +0000
commite597ec6bf95ba93e8fb3177f408dadec43e20e95 (patch)
tree34aa1f3cfa7ecc9291eb1fe52d9ceac0efde3745 /src/bridge.h
parent06ba1c5f5e51932652c2f48c57e6b120c5bfd255 (diff)
downloadopenttd-e597ec6bf95ba93e8fb3177f408dadec43e20e95.tar.xz
(svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently.
Diffstat (limited to 'src/bridge.h')
-rw-r--r--src/bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge.h b/src/bridge.h
index 771833347..d7d34ae9b 100644
--- a/src/bridge.h
+++ b/src/bridge.h
@@ -43,7 +43,7 @@ struct BridgeSpec {
byte min_length; ///< the minimum length (not counting start and end tile)
byte max_length; ///< the maximum length (not counting start and end tile)
uint16 price; ///< the price multiplier
- uint16 speed; ///< maximum travel speed
+ uint16 speed; ///< maximum travel speed (1 unit = 1/1.6 mph = 1 km-ish/h)
SpriteID sprite; ///< the sprite which is used in the GUI
PaletteID pal; ///< the palette which is used in the GUI
StringID material; ///< the string that contains the bridge description