summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 12:40:50 +0000
committertron <tron@openttd.org>2006-01-05 12:40:50 +0000
commite272b03feea5b4c870dd4af5be9071c903c6173d (patch)
treed69972d96a0b32848f54422f41b00cf39d06c5f7 /settings_gui.c
parent980e8f525b924491915571c2ed03469bd6751047 (diff)
downloadopenttd-e272b03feea5b4c870dd4af5be9071c903c6173d.tar.xz
(svn r3365) Staticise 36 functions
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 822e65283..64f1b3034 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -83,6 +83,9 @@ static inline bool RoadVehiclesAreBuilt(void)
return false;
}
+
+static void ShowCustCurrency(void);
+
static void GameOptionsWndProc(Window *w, WindowEvent *e)
{
switch (e->event) {
@@ -1506,7 +1509,7 @@ static const WindowDesc _cust_currency_desc = {
CustCurrencyWndProc,
};
-void ShowCustCurrency(void)
+static void ShowCustCurrency(void)
{
_str_separator[0] = _custom_currency.separator;
_str_separator[1] = '\0';