equal
deleted
inserted
replaced
181 if (_station_show_coverage) SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad); |
181 if (_station_show_coverage) SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad); |
182 |
182 |
183 DrawWindowWidgets(w); |
183 DrawWindowWidgets(w); |
184 // strings such as 'Size' and 'Coverage Area' |
184 // strings such as 'Size' and 'Coverage Area' |
185 // 'Coverage Area' |
185 // 'Coverage Area' |
186 DrawStationCoverageAreaText(2, 206, (uint)-1, rad); |
186 DrawStationCoverageAreaText(2, 206, SCT_ALL, rad); |
187 break; |
187 break; |
188 } |
188 } |
189 |
189 |
190 case WE_CLICK: { |
190 case WE_CLICK: { |
191 switch (e->we.click.widget) { |
191 switch (e->we.click.widget) { |