mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons
This commit is contained in:
parent
5d31cb19d4
commit
7f36a980c7
@ -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