summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 5be03b8c4..4e7ef3f06 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -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