Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
240
void Country::setNewPact()
241
{
242
_newPact = true;
243
}
244
245
/**
246
* no setter for this one, as it gets set automatically
Callers
1
think
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected