Home
last modified time | relevance | path

Searched refs:new_loco (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Drail.h178 StringID new_loco; ///< Name of an engine for this type of rail in the engine preview GUI. member
H A Dengine_gui.cpp48 return GetRailTypeInfo(e->u.rail.railtype)->strings.new_loco; in GetEngineCategoryName()
H A Dnewgrf.cpp4211 AddStringForMapping(buf->ReadWord(), &rti->strings.new_loco); in RailTypeChangeInfo()