summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
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
};
/**