From 690a27f8ceca85e5ac4dc39a9f8f9ac9c79b7bca 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/dock_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dock_gui.cpp') diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 2e608af55..ffb8a7975 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -250,7 +250,7 @@ static void BuildDockStationWndProc(Window *w, WindowEvent *e) SetTileSelectSize(1, 1); } - DrawStationCoverageAreaText(4, 50, (uint)-1, rad); + DrawStationCoverageAreaText(4, 50, SCT_ALL, rad); break; } -- cgit v1.2.3-54-g00ecf