Changeset - r4911:1934a0c6e865
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-10-21 23:08:17
darkvater@openttd.org
(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
graph_gui.c
Show inline comments
 
@@ -720,7 +720,7 @@ static void CargoPaymentRatesWndProc(Win
 
		DrawWindowWidgets(w);
 

	
 
		x = 495;
 
		y = 25;
 
		y = 24;
 

	
 
		gd.sel = _legend_cargobits;
 
		gd.left = 2;
0 comments (0 inline, 0 general)