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

Method GUI_Sidebar_Squad1_Prepare

Source/GUI_Element.cpp:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void cFodder::GUI_Sidebar_Squad1_Prepare() {
622 int16 Data4 = mGUI_Squad_NextDraw_Y;
623 if (Data4)
624 Data4 += 5;
625
626 GUI_Sidebar_Prepare(1, Data4);
627}
628
629void cFodder::GUI_Sidebar_Squad2_Prepare() {
630 int16 Data4 = mGUI_Squad_NextDraw_Y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected