From 1025d003b30f6ce0be320a9ed3b53e2e85565325 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 3 Mar 2010 19:07:34 +0000 Subject: (svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend support yet. --- src/table/railtypes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/table') diff --git a/src/table/railtypes.h b/src/table/railtypes.h index 75d69ee69..d70e22954 100644 --- a/src/table/railtypes.h +++ b/src/table/railtypes.h @@ -90,6 +90,9 @@ static const RailtypeInfo _original_railtypes[] = { /* rail type label */ 'RAIL', + /* map colour */ + 0x0A, + { NULL }, }, @@ -170,6 +173,9 @@ static const RailtypeInfo _original_railtypes[] = { /* rail type label */ 'ELRL', + /* map colour */ + 0x0A, + { NULL }, }, @@ -246,6 +252,9 @@ static const RailtypeInfo _original_railtypes[] = { /* rail type label */ 'MONO', + /* map colour */ + 0x0A, + { NULL }, }, @@ -322,6 +331,9 @@ static const RailtypeInfo _original_railtypes[] = { /* rail type label */ 'MGLV', + /* map colour */ + 0x0A, + { NULL }, }, }; -- cgit v1.2.3-70-g09d2