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

Method Recruit_Update_Soldiers

Source/Recruits.cpp:1875–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1873}
1874
1875void cFodder::Recruit_Update_Soldiers() {
1876
1877 if (mRecruit_Truck_Animation_Play) {
1878 sub_175C0();
1879 }
1880 else {
1881 Recruit_Frame_Check();
1882 Recruit_Position_Troops();
1883 }
1884
1885 //Recruit_Draw_Soldiers();
1886}
1887
1888void cFodder::Recruit_Prepare_Anims() {
1889

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected