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

Method getCMap

Source/Campaign.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256std::shared_ptr<cMap> cCampaign::getCMap(std::shared_ptr<cPhase> pPhase) const {
257
258 auto map = std::make_shared<cOriginalMap>(getMap(pPhase), getSprites(pPhase), mName == "Cannon Fodder 2");
259
260 return map;
261}
262
263tSharedBuffer cCampaign::getMap(std::shared_ptr<cPhase> pPhase) const {
264 std::string FinalName = pPhase->mMapFilename + ".map";

Callers 1

Map_LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected