Searched refs:_vehicle_type_colours (Results 1 – 1 of 1) sorted by relevance
589 static const byte _vehicle_type_colours[6] = { variable902 byte colour = (this->map_type == SMT_VEHICLES) ? _vehicle_type_colours[v->type] : PC_WHITE; in DrawVehicles()