summaryrefslogtreecommitdiff
path: root/train_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'train_gui.c')
-rw-r--r--train_gui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/train_gui.c b/train_gui.c
index 323dd7bed..3f30d61b2 100644
--- a/train_gui.c
+++ b/train_gui.c
@@ -1216,10 +1216,8 @@ static void ShowTrainDetailsWindow(const Vehicle *v)
DeleteWindowById(WC_VEHICLE_ORDERS, veh);
DeleteWindowById(WC_VEHICLE_DETAILS, veh);
- _alloc_wnd_parent_num = veh;
- w = AllocateWindowDesc(&_train_details_desc);
+ w = AllocateWindowDescFront(&_train_details_desc, veh);
- w->window_number = veh;
w->caption_color = v->owner;
w->vscroll.cap = 6;
w->widget[4].data = (w->vscroll.cap << 8) + 1;