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

Function ShowVitalWindows

src/main_gui.cpp:582–590  ·  view source on GitHub ↗

* Show the vital in-game windows. */

Source from the content-addressed store, hash-verified

580 * Show the vital in-game windows.
581 */
582void ShowVitalWindows()
583{
584 AllocateToolbar();
585
586 /* Status bad only for normal games */
587 if (_game_mode == GM_EDITOR) return;
588
589 ShowStatusBar();
590}
591
592/**
593 * Size of the application screen changed.

Callers 3

CloseMethod · 0.85
_GenerateWorldFunction · 0.85

Calls 2

AllocateToolbarFunction · 0.85
ShowStatusBarFunction · 0.85

Tested by

no test coverage detected