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

Method addMonth

src/Savegame/SavedGame.cpp:1624–1627  ·  view source on GitHub ↗

* Increment the month counter. */

Source from the content-addressed store, hash-verified

1622 * Increment the month counter.
1623 */
1624void SavedGame::addMonth()
1625{
1626 ++_monthsPassed;
1627}
1628
1629/*
1630 * marks a research topic as having already come up as "we can now research"

Callers 2

thinkMethod · 0.80
time1MonthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected