(svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property
This commit is contained in:
@@ -141,6 +141,11 @@ struct RailtypeInfo {
|
||||
*/
|
||||
uint8 cost_multiplier;
|
||||
|
||||
/**
|
||||
* Acceleration type of this rail type
|
||||
*/
|
||||
uint8 acceleration_type;
|
||||
|
||||
/**
|
||||
* Unique 32 bit rail type identifier
|
||||
*/
|
||||
|
Reference in New Issue
Block a user