mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()
This commit is contained in:
parent
5f71c4c6c3
commit
ed7cecb5cf
@ -783,9 +783,9 @@ static void ReplaceVehicleWndProc(Window *w, WindowEvent *e)
|
|||||||
int x2 = 1 + 228;
|
int x2 = 1 + 228;
|
||||||
int y2 = 15;
|
int y2 = 15;
|
||||||
int sel[2];
|
int sel[2];
|
||||||
|
byte i;
|
||||||
sel[0] = WP(w,replaceveh_d).sel_index[0];
|
sel[0] = WP(w,replaceveh_d).sel_index[0];
|
||||||
sel[1] = WP(w,replaceveh_d).sel_index[1];
|
sel[1] = WP(w,replaceveh_d).sel_index[1];
|
||||||
byte i;
|
|
||||||
|
|
||||||
SetupScrollStuffForReplaceWindow(w);
|
SetupScrollStuffForReplaceWindow(w);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user