(svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.

This commit is contained in:
2008-08-24 21:31:24 +00:00
parent 0d4e7f9537
commit ff07598ce2
5 changed files with 55 additions and 23 deletions

View File

@@ -69,6 +69,10 @@ struct RailtypeInfo {
struct {
StringID toolbar_caption;
StringID menu_text;
StringID build_caption;
StringID replace_text;
StringID new_loco;
} strings;
/** sprite number difference between a piece of track on a snowy ground and the corresponding one on normal ground */