MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / unloadResources

Method unloadResources

game/state/battle/battle.cpp:3463–3468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3461}
3462
3463void Battle::unloadResources(GameState &state)
3464{
3465 BattleMap::unloadTilesets(state);
3466 unloadImagePacks(state);
3467 unloadAnimationPacks(state);
3468}
3469
3470void Battle::loadImagePacks(GameState &state)
3471{

Callers 1

finishBattleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected