summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorCelestar <Celestar@openttd.org>2004-12-08 15:46:13 +0000
committerCelestar <Celestar@openttd.org>2004-12-08 15:46:13 +0000
commit945ceb06fc166379a9d0ffa4dfafe68894cba9e6 (patch)
treeaa862fd953b81bbc7c142d763f82868807933f7e /gui.h
parent932610e61256af745c96f7fa1808a459d3e627fb (diff)
downloadopenttd-945ceb06fc166379a9d0ffa4dfafe68894cba9e6.tar.xz
(svn r979) Allow more realistically sized catchment areas
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 0e679086c..da6f05f49 100644
--- a/gui.h
+++ b/gui.h
@@ -78,7 +78,7 @@ void ShowPlayerCompany(int player);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);
-void DrawStationCoverageAreaText(int sx, int sy, uint mask);
+void DrawStationCoverageAreaText(int sx, int sy, uint mask,int rad);
void CheckRedrawStationCoverage(Window *w);
void ShowSmallMap();