forked from mirror/OpenTTD
(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons
This commit is contained in:
@@ -720,7 +720,7 @@ static void CargoPaymentRatesWndProc(Window *w, WindowEvent *e)
|
|||||||
DrawWindowWidgets(w);
|
DrawWindowWidgets(w);
|
||||||
|
|
||||||
x = 495;
|
x = 495;
|
||||||
y = 25;
|
y = 24;
|
||||||
|
|
||||||
gd.sel = _legend_cargobits;
|
gd.sel = _legend_cargobits;
|
||||||
gd.left = 2;
|
gd.left = 2;
|
||||||
|
Reference in New Issue
Block a user