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

Method resetTurnCounter

src/Savegame/SavedBattleGame.cpp:1651–1654  ·  view source on GitHub ↗

* Resets the turn counter. */

Source from the content-addressed store, hash-verified

1649 * Resets the turn counter.
1650 */
1651void SavedBattleGame::resetTurnCounter()
1652{
1653 _turn = 1;
1654}
1655
1656/**
1657 * Resets visibility of all the tiles on the map.

Callers 1

nextStageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected