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

Function updateDisplayNoticeBeginReset

src/OpenLoco/src/Intro.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183 }
184 static void updateDisplayNoticeBeginReset(Gfx::DrawingContext& drawingCtx)
185 {
186 _introTicks = 0;
187 _state = State::displayNotice;
188 updateDisplayNotice(drawingCtx);
189 }
190
191 constexpr std::array<void (*)(Gfx::DrawingContext&), 11> kUpdateFunctions = {
192 updateNone,

Callers

nothing calls this directly

Calls 1

updateDisplayNoticeFunction · 0.85

Tested by

no test coverage detected