(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
This commit is contained in:
@@ -237,6 +237,11 @@ struct RailtypeInfo {
|
||||
*/
|
||||
RailTypes introduces_railtypes;
|
||||
|
||||
/**
|
||||
* The sorting order of this railtype for the toolbar dropdown.
|
||||
*/
|
||||
byte sorting_order;
|
||||
|
||||
/**
|
||||
* Sprite groups for resolving sprites
|
||||
*/
|
||||
|
Reference in New Issue
Block a user