diff options
Diffstat (limited to 'src/rail.h')
-rw-r--r-- | src/rail.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h index 049e4286e..aaa592da9 100644 --- a/src/rail.h +++ b/src/rail.h @@ -204,6 +204,11 @@ struct RailtypeInfo { RailTypeLabel label; /** + * Colour on mini-map + */ + byte map_colour; + + /** * Sprite groups for resolving sprites */ const SpriteGroup *group[RTSG_END]; |