mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons
This commit is contained in:
parent
5e140bd7bc
commit
c15e699479
@ -720,7 +720,7 @@ static void CargoPaymentRatesWndProc(Window *w, WindowEvent *e)
|
||||
DrawWindowWidgets(w);
|
||||
|
||||
x = 495;
|
||||
y = 25;
|
||||
y = 24;
|
||||
|
||||
gd.sel = _legend_cargobits;
|
||||
gd.left = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user