(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!
--- a/vehicle_gui.c Tue Mar 08 20:13:21 2005 +0000
+++ b/vehicle_gui.c Tue Mar 08 21:47:22 2005 +0000
@@ -842,7 +842,7 @@
break;
} // end of VEH_Aircraft
}
- } // end of paint
+ } break; // end of paint
case WE_CLICK: {
switch(e->click.widget) {