(svn r10328) -Codechange: Close the timetable window when closing the vehicle window.

This commit is contained in:
maedhros
2007-06-25 17:29:03 +00:00
parent e7cd217f1d
commit 6b642ced33
4 changed files with 4 additions and 0 deletions

View File

@@ -282,6 +282,7 @@ static void TrainViewWndProc(Window *w, WindowEvent *e)
DeleteWindowById(WC_VEHICLE_REFIT, w->window_number);
DeleteWindowById(WC_VEHICLE_ORDERS, w->window_number);
DeleteWindowById(WC_VEHICLE_DETAILS, w->window_number);
DeleteWindowById(WC_VEHICLE_TIMETABLE, w->window_number);
break;
case WE_MOUSELOOP: {