mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!
This commit is contained in:
parent
e9a1752683
commit
5c08ac3b93
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user