mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 19:39:12 +00:00
(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);
|
||||
|
||||
x = 495;
|
||||
y = 25;
|
||||
y = 24;
|
||||
|
||||
gd.sel = _legend_cargobits;
|
||||
gd.left = 2;
|
||||
|
Reference in New Issue
Block a user