1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 13:09:15 +00:00

(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 e84c52e662
commit 0500c92003
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