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

Method GameData_Restore

Source/Fodder.cpp:824–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void cFodder::GameData_Restore() {
825 mGame_Data = mGame_Data_Backup;
826
827 // Reset grave pointers
828 mGame_Data.mGamePhase_Data.mHeroesCount = mGame_Data.mHeroes.size();
829}
830
831void cFodder::Phase_EngineReset() {
832 // Clear memory 2454 to 3B58

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected