src/station_gui.h
changeset 8919 b627c71f9cc3
parent 8916 383cb2ffdb2f
child 9342 ca61cbfca47a
--- a/src/station_gui.h	Sun Jan 27 02:09:46 2008 +0000
+++ b/src/station_gui.h	Sun Jan 27 11:01:10 2008 +0000
@@ -58,7 +58,7 @@
 	SCT_ALL
 };
 
-void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
+int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
 void CheckRedrawStationCoverage(const Window *w);
 
 extern bool _station_show_coverage;