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

Method Recruit_Frame_Check

Source/Recruits.cpp:1909–1917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907}
1908
1909void cFodder::Recruit_Frame_Check() {
1910 sRecruit_Screen_Pos* Data20 = mRecruit_Screen_Positions;
1911
1912 for (; Data20->mX >= 0; ++Data20) {
1913
1914 if (Data20->mFrame >= 4)
1915 Data20->mFrame = 0;
1916 }
1917}
1918
1919void cFodder::Recruit_Position_Troops() {
1920 const int16* Recruit_Next_Shirt = mRecruit_Shirt_Colors;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected