From 8f102334ff9947db18208fbb5b95b9b820bfc814 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 30 Aug 2006 19:10:12 +0000 Subject: [PATCH] (svn r6241) -Fix r6240: missed altering one line in last commit --- vehicle_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vehicle_gui.c b/vehicle_gui.c index bab1cff134..5445fe2126 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -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;