(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()

This commit is contained in:
bjarni 2006-09-08 19:43:13 +00:00
parent 5f71c4c6c3
commit ed7cecb5cf
1 changed files with 1 additions and 1 deletions

View File

@ -783,9 +783,9 @@ static void ReplaceVehicleWndProc(Window *w, WindowEvent *e)
int x2 = 1 + 228;
int y2 = 15;
int sel[2];
byte i;
sel[0] = WP(w,replaceveh_d).sel_index[0];
sel[1] = WP(w,replaceveh_d).sel_index[1];
byte i;
SetupScrollStuffForReplaceWindow(w);