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

Function v_PositionMainToolbar

src/settings_table.cpp:144–147  ·  view source on GitHub ↗

Reposition the main toolbar as the setting changed. */

Source from the content-addressed store, hash-verified

142
143/** Reposition the main toolbar as the setting changed. */
144static void v_PositionMainToolbar(int32_t)
145{
146 if (_game_mode != GM_MENU) PositionMainToolbar(nullptr);
147}
148
149/** Reposition the statusbar as the setting changed. */
150static void v_PositionStatusbar(int32_t)

Callers

nothing calls this directly

Calls 1

PositionMainToolbarFunction · 0.85

Tested by

no test coverage detected