1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

(svn r6241) -Fix r6240: missed altering one line in last commit

This commit is contained in:
bjarni
2006-08-30 19:10:12 +00:00
parent ced2972c74
commit 8f102334ff

View File

@@ -1348,7 +1348,7 @@ void PlayerVehWndProc(Window *w, WindowEvent *e)
DrawVehicleProfitButton(v, x, y + 13);
y += size_of_row;
y += w->resize.step_height;
}
} break;