summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index 20260d241..f7d97daf4 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -238,6 +238,11 @@ struct RailtypeInfo {
RailTypes introduces_railtypes;
/**
+ * The sorting order of this railtype for the toolbar dropdown.
+ */
+ byte sorting_order;
+
+ /**
* Sprite groups for resolving sprites
*/
const SpriteGroup *group[RTSG_END];