(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user