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 69038c205..14dbdb89c 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -142,6 +142,11 @@ struct RailtypeInfo {
uint8 cost_multiplier;
/**
+ * Acceleration type of this rail type
+ */
+ uint8 acceleration_type;
+
+ /**
* Unique 32 bit rail type identifier
*/
RailTypeLabel label;