(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:
rubidium
2011-01-20 12:22:38 +00:00
parent 71ee34e574
commit 95e0695e02
5 changed files with 42 additions and 0 deletions

View File

@@ -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
*/