MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / initUtilities

Method initUtilities

src/Savegame/SavedBattleGame.cpp:484–488  ·  view source on GitHub ↗

* Initializes the map utilities. * @param res Pointer to resource pack. */

Source from the content-addressed store, hash-verified

482 * @param res Pointer to resource pack.
483 */
484void SavedBattleGame::initUtilities(ResourcePack *res)
485{
486 _pathfinding = new Pathfinding(this);
487 _tileEngine = new TileEngine(this, res->getVoxelData());
488}
489
490/**
491 * Sets the mission type.

Callers 1

runMethod · 0.80

Calls 1

getVoxelDataMethod · 0.80

Tested by

no test coverage detected