From 772fbda3e37488c2bf7beb96d35b2cbe001d9eda Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 27 Jun 2006 21:25:53 +0000 Subject: (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular --- road_gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'road_gui.c') diff --git a/road_gui.c b/road_gui.c index 7bf3cfd12..8613916fb 100644 --- a/road_gui.c +++ b/road_gui.c @@ -418,8 +418,9 @@ static void RoadStationPickerWndProc(Window *w, WindowEvent *e) if (_station_show_coverage) { int rad = _patches.modified_catchment ? CA_TRUCK /* = CA_BUS */ : 4; SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad); - } else + } else { SetTileSelectSize(1, 1); + } image = (w->window_class == WC_BUS_STATION) ? 0x47 : 0x43; -- cgit v1.2.3-54-g00ecf