(svn r14822) -Change: save 'build station' settings in the config file, like drag'n'drop and and show coverage area (Rexxars)

This commit is contained in:
rubidium
2009-01-04 11:11:11 +00:00
parent d44ba26cd7
commit a41e60d255
8 changed files with 87 additions and 83 deletions

View File

@@ -57,6 +57,4 @@ enum StationCoverageType {
int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad, bool supplies);
void CheckRedrawStationCoverage(const Window *w);
extern bool _station_show_coverage;
#endif /* STATION_GUI_H */