diff options
Diffstat (limited to 'train_gui.c')
-rw-r--r-- | train_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/train_gui.c b/train_gui.c index b477cf25b..9bd497024 100644 --- a/train_gui.c +++ b/train_gui.c @@ -1487,7 +1487,7 @@ void ShowPlayerTrains(int player, int station) w = AllocateWindowDescFront(&_other_player_trains_desc, (station << 16) | player); } if (w) { - w->caption_color = w->window_number; + w->caption_color = player; w->hscroll.cap = 10; w->vscroll.cap = 7; // maximum number of vehicles shown w->widget[7].unkA = (w->vscroll.cap << 8) + 1; |