diff -r 8caa242118b6 -r 35d30aee9e8c src/autoreplace_gui.cpp --- a/src/autoreplace_gui.cpp Fri Mar 30 17:44:51 2007 +0000 +++ b/src/autoreplace_gui.cpp Fri Mar 30 21:58:38 2007 +0000 @@ -261,14 +261,14 @@ /* set wagon/engine button */ SetDParam(2, WP(w, replaceveh_d).wagon_btnstate ? STR_ENGINES : STR_WAGONS); + + /* sets the colour of that art thing */ + w->widget[13].color = _player_colors[_local_player]; + w->widget[16].color = _player_colors[_local_player]; } - w->widget[13].color = _player_colors[_local_player]; // sets the colour of that art thing - w->widget[16].color = _player_colors[_local_player]; // sets the colour of that art thing - DrawWindowWidgets(w); - if (w->window_number == VEH_TRAIN) { /* Draw the selected railtype in the pulldown menu */ RailType railtype = _railtype_selected_in_replace_gui;