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

Function reset

src/OpenLoco/src/Title.cpp:118–123  ·  view source on GitHub ↗

0x00444357

Source from the content-addressed store, hash-verified

116
117 // 0x00444357
118 void reset()
119 {
120 _sequenceIterator = _titleSequence.begin();
121 _waitCounter = 0;
122 reload();
123 }
124
125 // 0x0046AD7D
126 void start()

Callers 5

initFunction · 0.70
startFunction · 0.70
resetSubsystemsFunction · 0.70
initialiseFunction · 0.70
updateEnd2Function · 0.70

Calls 2

reloadFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected