summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index 0507dad2b..3ea708db1 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -146,6 +146,11 @@ struct RailtypeInfo {
uint8 acceleration_type;
/**
+ * Maximum speed for vehicles travelling on this rail type
+ */
+ uint16 max_speed;
+
+ /**
* Unique 32 bit rail type identifier
*/
RailTypeLabel label;