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

Function updateEnd

src/OpenLoco/src/Intro.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 static void updateEnd(Gfx::DrawingContext& drawingCtx)
37 {
38 drawingCtx.clearSingle(PaletteIndex::black0);
39 _state = State::end2;
40 _introTicks = 0;
41 }
42
43 static void updateEnd2([[maybe_unused]] Gfx::DrawingContext& drawingCtx)
44 {

Callers 1

updateFunction · 0.85

Calls 1

clearSingleMethod · 0.80

Tested by

no test coverage detected