(svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long.

This commit is contained in:
peter1138
2008-01-27 11:01:10 +00:00
parent f93943ebcf
commit ec1d547889
6 changed files with 33 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ enum StationCoverageType {
SCT_ALL
};
void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
void CheckRedrawStationCoverage(const Window *w);
extern bool _station_show_coverage;