(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.

This commit is contained in:
rubidium
2007-07-12 13:40:24 +00:00
parent 009a47dfcd
commit 690a27f8ce
6 changed files with 22 additions and 10 deletions

View File

@@ -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;
}