summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
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';