From 7cd00468d6f6bbe81dba02761c0b3110596ef0c3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 12 Jul 2007 13:40:24 +0000 Subject: (svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them. --- src/rail_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_gui.cpp') diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index cecebf246..b595d5c50 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -778,7 +778,7 @@ static void StationBuildWndProc(Window *w, WindowEvent *e) DrawStringCentered(74, 101 + y_offset, STR_3004_PLATFORM_LENGTH, 0); DrawStringCentered(74, 141 + y_offset, STR_3066_COVERAGE_AREA_HIGHLIGHT, 0); - DrawStationCoverageAreaText(2, 166 + y_offset, (uint)-1, rad); + DrawStationCoverageAreaText(2, 166 + y_offset, SCT_ALL, rad); if (newstations) { uint16 i; -- cgit v1.2.3-54-g00ecf