summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-03-16 06:43:41 +0000
committerpeter1138 <peter1138@openttd.org>2010-03-16 06:43:41 +0000
commit604da97364d9b6ceb77624bb208b3c432494caf4 (patch)
treea093d78297350a5e3866ec47b1082d323c17bb41 /src/tile_cmd.h
parent0dd811048454b374291d8ba13449cdcafff40ed0 (diff)
downloadopenttd-604da97364d9b6ceb77624bb208b3c432494caf4.tar.xz
(svn r19434) -Add: Add rail speed limit to land area information window.
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index 630da4e0f..a5ea8b9a7 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -60,6 +60,7 @@ struct TileDesc {
StringID airport_tile_name; ///< Name of the airport tile
const char *grf; ///< newGRF used for the tile contents
uint64 dparam[2]; ///< Parameters of the \a str string
+ uint16 rail_speed; ///< Speed limit of rail
};
/**