(svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property

This commit is contained in:
peter1138
2010-01-09 15:33:41 +00:00
parent b9052fff9f
commit 1382964fa0
3 changed files with 28 additions and 16 deletions

View File

@@ -141,6 +141,11 @@ struct RailtypeInfo {
*/
uint8 cost_multiplier;
/**
* Acceleration type of this rail type
*/
uint8 acceleration_type;
/**
* Unique 32 bit rail type identifier
*/