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

Function setCurrentSeason

src/OpenLoco/src/Scenario/Scenario.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 return getGameState().currentSeason;
168 }
169 void setCurrentSeason(Season season)
170 {
171 getGameState().currentSeason = season;
172 }
173
174 // 0x0043C8FD
175 static void sub_43C8FD()

Callers 2

updateSeasonFunction · 0.85
initialiseDateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected