(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.

This commit is contained in:
rubidium
2008-04-06 22:32:20 +00:00
parent 949762fc65
commit bd432258cb
9 changed files with 68 additions and 20 deletions

View File

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