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

Method reset

src/Ruleset/MapBlock.cpp:153–156  ·  view source on GitHub ↗

* Resets the remaining uses of a mapblock for this session. */

Source from the content-addressed store, hash-verified

151 * Resets the remaining uses of a mapblock for this session.
152 */
153void MapBlock::reset()
154{
155 _timesUsed = 0;
156}
157
158}

Callers 1

resetMapBlocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected