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

Function ShowSmallMap

src/smallmap_gui.cpp:2065–2068  ·  view source on GitHub ↗

* Show the smallmap window. */

Source from the content-addressed store, hash-verified

2063 * Show the smallmap window.
2064 */
2065void ShowSmallMap()
2066{
2067 AllocateWindowDescFront<SmallMapWindow>(_smallmap_desc, 0);
2068}
2069
2070/**
2071 * Scrolls the main window to given coordinates.

Callers 4

MenuClickMapFunction · 0.85
OnHotkeyMethod · 0.85
OnHotkeyMethod · 0.85
OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected