(svn r23129) -Add: [NewGRF] Property for the rail type name.

This commit is contained in:
michi_cc
2011-11-07 19:35:02 +00:00
parent 14bef49086
commit 23bf62c77a
55 changed files with 45 additions and 1190 deletions

View File

@@ -146,6 +146,7 @@ struct RailtypeInfo {
} cursor;
struct {
StringID name;
StringID toolbar_caption;
StringID menu_text;
StringID build_caption;