MCPcopy Create free account
hub / github.com/ZDoom/Raze / LoadingStatus

Method LoadingStatus

source/common/startscreen/startscreen_heretic.cpp:143–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141//==========================================================================
142
143void FHereticStartScreen::LoadingStatus(const char* message, int colors)
144{
145 int x;
146
147 for (x = 0; message[x] != '\0'; ++x)
148 {
149 DrawChar(StartupBitmap, 17 + x, HMsgY, message[x], colors);
150 }
151 HMsgY++;
152 StartupTexture->CleanHardwareData(true);
153 Render();
154}
155
156//==========================================================================
157//

Callers

nothing calls this directly

Calls 2

DrawCharFunction · 0.85
CleanHardwareDataMethod · 0.80

Tested by

no test coverage detected