Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dsmallmap_gui.cpp589 static const byte _vehicle_type_colours[6] = { variable
902 byte colour = (this->map_type == SMT_VEHICLES) ? _vehicle_type_colours[v->type] : PC_WHITE; in DrawVehicles()