summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 8ca055f43..00ee301b4 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -132,7 +132,7 @@ void ShowMusicWindow(void);
/* main_gui.c */
void HandleOnEditText(const char *str);
-VARDEF byte _station_show_coverage;
+VARDEF bool _station_show_coverage;
VARDEF PlaceProc *_place_proc;
/* vehicle_gui.c */