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

Method allowReselect

src/Savegame/BattleUnit.cpp:1525–1528  ·  view source on GitHub ↗

* Mark this unit as reselectable. */

Source from the content-addressed store, hash-verified

1523 * Mark this unit as reselectable.
1524 */
1525void BattleUnit::allowReselect()
1526{
1527 _dontReselect = false;
1528}
1529
1530
1531/**

Callers 1

psiAttackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected