(svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently.

This commit is contained in:
frosch
2010-06-08 20:16:51 +00:00
parent 06ba1c5f5e
commit e597ec6bf9
4 changed files with 24 additions and 24 deletions

View File

@@ -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