From fafab82a312660ba3dc66b2e06d1a1dec6776103 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 13:36:01 +0000 Subject: (svn r11832) -Codechange: get rid of (quite) some VARDEFs. --- src/station_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 380fbe2d5..28b5955ab 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -34,6 +34,8 @@ static StationSortListingTypeFunction StationTypeSorter; static StationSortListingTypeFunction StationWaitingSorter; static StationSortListingTypeFunction StationRatingMaxSorter; +bool _station_show_coverage; + /** * Draw small boxes of cargo amount and ratings data at the given * coordinates. If amount exceeds 576 units, it is shown 'full', same -- cgit v1.2.3-54-g00ecf