MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowCustCurrency

Function ShowCustCurrency

src/settings_gui.cpp:2194–2198  ·  view source on GitHub ↗

Open custom currency window. */

Source from the content-addressed store, hash-verified

2192
2193/** Open custom currency window. */
2194static void ShowCustCurrency()
2195{
2196 CloseWindowById(WC_CUSTOM_CURRENCY, 0);
2197 new CustomCurrencyWindow(_cust_currency_desc);
2198}

Callers 1

OnDropdownSelectMethod · 0.85

Calls 1

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected