1
0
Fork 0

(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!

release/0.4.5
Darkvater 2005-03-08 21:47:22 +00:00
parent 4206d8f955
commit 83d3f85636
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ static void ReplaceVehicleWndProc(Window *w, WindowEvent *e)
break;
} // end of VEH_Aircraft
}
} // end of paint
} break; // end of paint
case WE_CLICK: {
switch(e->click.widget) {