forked from mirror/OpenTTD
Codechange: Give ColourShade values names instead of numbers.
This commit is contained in:
@@ -384,7 +384,7 @@ struct DepotWindow : Window {
|
||||
*/
|
||||
if (this->type == VEH_TRAIN && _consistent_train_width != 0) {
|
||||
int w = ScaleSpriteTrad(2 * _consistent_train_width);
|
||||
int col = GetColourGradient(wid->colour, SHADE_4);
|
||||
int col = GetColourGradient(wid->colour, SHADE_NORMAL);
|
||||
Rect image = ir.Indent(this->header_width, rtl).Indent(this->count_width, !rtl);
|
||||
int first_line = w + (-this->hscroll->GetPosition()) % w;
|
||||
if (rtl) {
|
||||
|
Reference in New Issue
Block a user