(svn r514) -Fix: [1053397] Refit Train Window Stays Open

This commit is contained in:
tron 2004-11-06 09:24:28 +00:00
parent d641175e3c
commit 0a422b06a5
1 changed files with 1 additions and 0 deletions

View File

@ -820,6 +820,7 @@ static void TrainViewWndProc(Window *w, WindowEvent *e)
} break;
case WE_DESTROY:
DeleteWindowById(WC_VEHICLE_REFIT, w->window_number);
DeleteWindowById(WC_VEHICLE_ORDERS, w->window_number);
DeleteWindowById(WC_VEHICLE_DETAILS, w->window_number);
break;