road_gui.c
changeset 4434 4175805666a5
parent 4345 dd12549ad473
child 4435 cde1d8fc5c8f
--- a/road_gui.c	Mon Aug 28 12:57:33 2006 +0000
+++ b/road_gui.c	Mon Aug 28 18:53:03 2006 +0000
@@ -412,7 +412,7 @@
 
 		if (WP(w,def_d).close) return;
 
-		w->click_state = ((1<<3) << _road_station_picker_orientation)	|
+		w->click_state = ((1<<3) << _road_station_picker_orientation) |
 										 ((1<<7) << _station_show_coverage);
 		DrawWindowWidgets(w);