MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GUI_Sidebar_Squad2_Prepare

Method GUI_Sidebar_Squad2_Prepare

Source/GUI_Element.cpp:629–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void cFodder::GUI_Sidebar_Squad2_Prepare() {
630 int16 Data4 = mGUI_Squad_NextDraw_Y;
631
632 if (Data4)
633 Data4 += 5;
634
635 GUI_Sidebar_Prepare(2, Data4);
636}
637
638void cFodder::GUI_Sidebar_Ready() {
639 GUI_Sidebar_Add_Sidebar_Overlay();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected