(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 58b75963dd
commit fe574b7e0c
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;