MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / setCurrentDayOfMonth

Function setCurrentDayOfMonth

src/OpenLoco/src/Date.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 static void setCurrentDayOfMonth(const int8_t day)
52 {
53 getGameState().currentDayOfMonth = day;
54 }
55
56 Date getCurrentDate()
57 {

Callers 1

setDateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected