From 1382964fa016988f144782b7c5c446782553ea86 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 9 Jan 2010 15:33:41 +0000 Subject: (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property --- src/rail.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 69038c205..14dbdb89c 100644 --- a/src/rail.h +++ b/src/rail.h @@ -141,6 +141,11 @@ struct RailtypeInfo { */ uint8 cost_multiplier; + /** + * Acceleration type of this rail type + */ + uint8 acceleration_type; + /** * Unique 32 bit rail type identifier */ -- cgit v1.2.3-54-g00ecf