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

Method setNewPact

src/Savegame/Country.cpp:240–243  ·  view source on GitHub ↗

* sign a new pact at month's end. */

Source from the content-addressed store, hash-verified

238 * sign a new pact at month's end.
239 */
240void Country::setNewPact()
241{
242 _newPact = true;
243}
244
245/**
246 * no setter for this one, as it gets set automatically

Callers 1

thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected