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

Method About

Source/Fodder.cpp:18788–18802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18786}
18787
18788void cFodder::About() {
18789
18790 mService_Draw_List.clear();
18791 VersionSwitch(mVersions->GetRetail(mParams->mDefaultPlatform, mParams->mDefaultGame));
18792 if (!mVersionCurrent)
18793 VersionSwitch(mVersions->GetDemo());
18794
18795 cAbout About;
18796 while (About.Cycle()) {
18797
18798
18799 }
18800
18801 g_Fodder->mPhase_Aborted = false;
18802}
18803
18804void cFodder::CreateRandom(sMapParams pParams) {
18805 mSurface->clearBuffer();

Callers

nothing calls this directly

Calls 4

GetRetailMethod · 0.80
GetDemoMethod · 0.80
clearMethod · 0.45
CycleMethod · 0.45

Tested by

no test coverage detected