(svn r21208) -Add: [NewGRF] Mapping information w.r.t. a translation's case and gender names

This commit is contained in:
rubidium
2010-11-16 12:47:22 +00:00
parent 3c09b725d6
commit d16c4c77c6
3 changed files with 79 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ struct GRFFile {
RailTypeLabel *railtype_list;
RailType railtype_map[RAILTYPE_END];
struct LanguageMap *language_map; ///< Mappings related to the languages.
int traininfo_vehicle_pitch; ///< Vertical offset for draing train images in depot GUI and vehicle details
uint traininfo_vehicle_width; ///< Width (in pixels) of a 8/8 train vehicle in depot GUI and vehicle details