From 94b3ea7b34d884f7963edbc475d02c9b9cec0d92 Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 30 Mar 2007 21:58:38 +0000 Subject: (svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer) --- src/autoreplace_gui.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp index 6ef7c7d30..2915f8476 100644 --- a/src/autoreplace_gui.cpp +++ b/src/autoreplace_gui.cpp @@ -261,14 +261,14 @@ static void ReplaceVehicleWndProc(Window *w, WindowEvent *e) /* set wagon/engine button */ SetDParam(2, WP(w, replaceveh_d).wagon_btnstate ? STR_ENGINES : STR_WAGONS); - } - 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 + /* sets the colour of that art thing */ + w->widget[13].color = _player_colors[_local_player]; + w->widget[16].color = _player_colors[_local_player]; + } DrawWindowWidgets(w); - if (w->window_number == VEH_TRAIN) { /* Draw the selected railtype in the pulldown menu */ RailType railtype = _railtype_selected_in_replace_gui; -- cgit v1.2.3-70-g09d2